English

Extract Nested ZIP Archives in Python

Extracting files from nested ZIP files can be a challenging task if you don’t have the right tools. In this blog post, we will explore how to extract nested ZIP archives in Python effortlessly.
October 2, 2023 · 2 min · Usman Aziz

Add Files or Folders to ZIP Archives in Python

This article presents some simplified ways of compressing files or folders and creating ZIP archives in Python. So let’s delve into it.
September 1, 2023 · 5 min · Usman Aziz