zipfile — ZIP Archive Access — PyMOTW 3

The zipfile module can be used to manipulate ZIP archive files, the format popularized by the PC program PKZIP.

Read more…

This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.