how do you use zip?

Gerrit Holl gerrit at nl.linux.org
Sun May 25 09:07:11 EDT 2003


anson schreef op zondag 25 mei om 12:25:42 +0000:
>   how do you use zip in python? Can you please provide me an example?

Do you mean the zip module or the zip builtin function? Those are two
entirely different things.

The zip module can handle files compressed using the ZIP format. It is
documented at http://www.python.org/dev/doc/devel/lib/module-zipfile.html

The zip builtin function maps sequence elements to each other. It is
documentet at http://www.python.org/dev/doc/devel/lib/built-in-funcs.html#l2h-69

Hope this helps!

yours,
Gerrit.

-- 
202. If any one strike the body of a man higher in rank than he, he
shall receive sixty blows with an ox-whip in public. 
        -- Hammurabi, Code of Law
--
Asperger Syndroom - een persoonlijke benadering:
	http://people.nl.linux.org/~gerrit/
Het zijn tijden om je zelf met politiek te bemoeien:
	http://www.sp.nl/





More information about the Python-list mailing list