Skip to content

Latest commit

 

History

History
 
 

Unzip a File

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Watch the video

you can find a step by step walkthrough in my Blog

You can find a video tutorial at YouTube for the same

What will be covered in this Blog:

1. What is Zip files?
2. Unzip a File Using Python

What is Zip file?:

The Dictionary Definition:

ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed.

Zip files can come handy for a lot different things, we make use of it on a regular basis. If you wish to know more about it, you can refer to Zip file Wikipedia Page.

Modules Used:

ZipFile Module:

ZipFile module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this module will require an understanding of the format, as defined in PKZIP Application Note.

If you wish to know more about it, you can refer to ZipFile Module Documentation.

LICENSE:

Copyright (c) 2020 Ayushi Rawat

This project is licensed under the MIT License

My Digital Garden:

You can find my blogs at my Website.

The Developer Dictionary 🌱

Check out my latest videos on YouTube:

Let's connect! Find me on the web.



If you have any Queries or Suggestions, feel free to reach out to me.

Show some  ❤️  by starring some of the repositories!