Python Zipfile support
Posted August 21, 2009 at 12:08am in Python
One of my favorite features in Python 2.6 is zipfile support. It is mentioned it was changed in 2.5, but so far I have not been able to get it to work. Basically you create a __main__.py file that will act very much like __main__ does in scripts. You can then make a zip file of your Python code and execute it directly. If you want to read more about it you can read it on the command line page of the Python documentation.
Read the rest of this entry »
