Exploring zipfile and zipp in Python
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.