Exploring zipfile and zipp in Python

Adrian Macal
Oct 30, 2020

--

ZIP files are so old that almost every language supports them natively. Python delivers built-in zipfile package with all necessary basic features and might be completed by the zipp package if your Python does not support some of them.

Opening archive

Exploring archive

Extracting archive

Creating archive

--

--

Adrian Macal
Adrian Macal

Written by Adrian Macal

Software Developer, Data Engineer with solid knowledge of Business Intelligence. Passionate about programming.

No responses yet