The Python Oracle

Unzipping files in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping

--

Chapters
00:00 Question
00:26 Accepted answer (Score 1477)
00:40 Answer 2 (Score 402)
01:01 Answer 3 (Score 133)
01:53 Answer 4 (Score 49)
02:10 Thank you

--

Full question
https://stackoverflow.com/questions/3451...

Question links:
[zipfile]: https://docs.python.org/3/library/zipfil...

Answer 1 links:
[context manager]: http://eigenhombre.com/2013/04/20/introd.../

Answer 2 links:
[zipfile]: https://docs.python.org/3/library/zipfil...
[shutil]: https://docs.python.org/3/library/shutil...
[make_archive]: https://docs.python.org/3/library/shutil...
[unpack_archive]: https://docs.python.org/3/library/shutil...
[this]: https://stackoverflow.com/a/25650295
[path-like]: https://www.python.org/dev/peps/pep-0519/
[pathlib.Path]: https://docs.python.org/3/library/pathli...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #zip #unzip #pythonzipfile

#avk47