Creating and Adding files to ZIP FILE

Published: 12 August 2018
on channel: P prog
207
59

1_)this is similar to write mode where you used 'w','a'
2_) first argumentr will be write and second argument will be compressiom type
3_)Keep in mind when you use write method it will create new one that means when you again use write method it will delete previous info and new data will be created . I have demonstrated that in my video.
**IN order to avoid that we use 'a' in write so as to append it to the file to, we use 'a' in second argument to zipfile.ZipFile() to open zip file in append mode.


Watch video Creating and Adding files to ZIP FILE online without registration, duration hours minute second in high quality. This video was added by user P prog 12 August 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 207 once and liked it 59 people.