India PyCon 2009
Quick wallpaper changer
Load testing with Grinder
Adding namespace to XML
Opera RSS to OPML
« Linkfest - java articles
» El Gordo Winner!
I love these new features. Read the full article at Byte.com
I'd also like to throw in a good word for optparse. It makes it easy to have a very clean, well documented interface for command line scripts. It handles all the parsing of long, short & stacked options for you. And since it creates the help output from your option definitions, the help is always up to date.
And I'll put in a plug for the ability to build a simple dictionary in the following manner:
rights = dict(web=True, email=True, ftp=False)
Syntactically cleaner.
Is there any easy csv to dictionary script? to simply get the fields names from the first row, and the adds the velues to the dict?
I'm new to python and I'm trying to do it myself with simple iteration over the rows, and I'll probably make it, but it wont be a fast script for sure.
Please mail me for any help! contact at br1sarlo.com
Thanks, and great usefull site.