I am new to python, so please don't attack me if this question is easy
or basic. How can I go about extracting the contents of a zip file to
the same directory? Can I extend this question to a zip file that
sits on the internet?
While the ZipFile object can take a file-like object, it looks
l
On Sun, May 31, 2009 at 2:42 PM, Brock wrote:
> Hi all,
>
> I am new to python, so please don't attack me if this question is easy
> or basic. How can I go about extracting the contents of a zip file to
> the same directory? Can I extend this question to a zip file that
> sits on the internet?
>
Hi all,
I am new to python, so please don't attack me if this question is easy
or basic. How can I go about extracting the contents of a zip file to
the same directory? Can I extend this question to a zip file that
sits on the internet?
Point being I need to work with the files inside the zippe