gzip — Read and Write GNU zip Files — PyMOTW 3

The gzip module provides a file-like interface to GNU zip files, using zlib to compress and uncompress the data.

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.