Python
Submitted by theCamel on Fri, 03/02/2007 - 00:35.
Tags:
Tags:
I bought the professional version of Komodo 4, the multi-language Web-Dev IDE. I bought the personal version of 3.5 and actually started using it, so I decided to buy the professional version of 4 while ActiveState was offering me a big discount. I'm happy with it, but I spent a few hundred dollars on it before I realized this:
the Gui builder toolkit (previously present only in the pro version) has been removed from pro 4... and is now available for free here.
»
- theCamel's blog
- 1 comment
- Read more
- 3839 reads
Submitted by theCamel on Mon, 02/12/2007 - 19:12.
Tags:
Tags:
I've been looking for a good way to have a python script source a .properties file for environment variables and I found a few posts that pointed to ConfigParser and it works perfectly. Here is the sample script:
»
- theCamel's blog
- 3 comments
- Read more
- 8714 reads
