bz2 — bzip2 Compression — PyMOTW 3
Originally posted
· 1 min read
The bz2 module is an interface for the bzip2 library, used to compress data for storage or transmission.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.