how to download internet files by python ?
Tim Roberts
timr at probo.com
Wed Jan 9 23:31:21 EST 2013
iMath <redstone-cold at 163.com> wrote:
>
>There is also a httplib2 module
>https://code.google.com/p/httplib2/
>
>which one is more pythonic and powerful ?
Both are Pythonic, and power is irrelevant for this. Your code is going to
spend 90% of its time waiting for the network. Just solve the problem.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-list
mailing list