First time here? Check out the FAQ!
answered 12 years ago
I would use Sage to zip up all the files into one file:
from subprocess import call call("zip -r all.zip %s/*"%DATA,shell=True)