My main goal was to learn how to break down complex problems and improve my logical thinking as a developer. This course stood out because it focuses less on just writing code and more on how to think ...
with ZipFile("files.zip", mode="w") as zip_file: # With the "with" statmente we create the zip file "files.zip" as an object "zip_file". With the write mode "w", to write to taht file. path = ...