I am new to dealing with zip files in python.<br>I have a huge file which i need to zip and send as an attachment through email.<br>My email restrictions are not allowing me to send it in one go.<br>Is there a way to split this file into multiple zip files, so that i can mail them separately.<br>
All the individual zip files should be linked.<br>I should be able to extract the original file by extracting the first of the small zip files.<br>