tutorial.eyehunts.com
Python zip folder
The easiest way to zip a folder is to use shutil.make_archive in Python. It supports both zip and tar formats.
Rohit