zipfile module in python to compress files
Can zipfile module be used to compress files to a 7z archive? I have to work with a set of csv files and I have been asked to 7zip these files. I wanted to know if zipfile module in python would compress these files to 7z archive.