Python

Articles and tutorials on one of the most popular programming languages of all times.

Python: how to download and extract a ZIP file

Python offers many modules for working with files, including those compressed in ZIP format. In this article we will see how to download a file via HTTP and decompress it using Python's urllib and zipfile modules.

Back to top