Real Python Tutorials

Python's zipfile: Manipulate Your ZIP Files Efficiently
NEW

Python's zipfile: Manipulate Your ZIP Files Efficiently

In this guided tutorial, you'll learn how to manipulate ZIP files using Python's zipfile module from the standard library. Through hands-on examples, you'll learn how to read, write, compress, and extract files from your ZIP files quickly.

Jan 26, 2025 intermediate python