Compress and decompress files using the popular pkzip format and the Python module 'zipfile'.
Concept Error! This code just does archiving into a zip file, no compression!
To compress and archive files it is best to use module tarfile, see the snippet at:
http://www.daniweb.com/code/snippet216860.html