In this repository, we will see how to create a zip file & how to unzip a zip file in python using python zipfile library. For those of you who don't know what a zip file is? Well,zipfile is ...
Python's file handling capabilities are robust. You can easily read the content of a file using the open() function and write to it with the same function.