News

This series of Python scripts is written to demonstrate the use of the zipimport module (Import modules from Zip archives). This module adds the ability to import Python modules (*.py, *.pyc) and ...
Following up from last week's article on reading zip archives, we show you how you can create your own archives using Python.