Re: how to download internet files by python ?

2013-01-09 Thread iMath
在 2013年1月8日星期二UTC+8下午1时04分54秒,Roy Smith写道: In article mailman.259.1357620254.2939.python-l...@python.org, Cameron Simpson c...@zip.com.au wrote: On 07Jan2013 20:19, iMath redstone-c...@163.com wrote: | for example ,if I want to download this file ,how to implement the download

Re: how to download internet files by python ?

2013-01-09 Thread Tim Roberts
iMath redstone-c...@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.

Re: how to download internet files by python ?

2013-01-08 Thread MRAB
On 2013-01-08 05:00, Rodrick Brown wrote: On Mon, Jan 7, 2013 at 11:19 PM, iMath redstone-c...@163.com mailto:redstone-c...@163.com wrote: for example ,if I want to download this file ,how to implement the download functionality by python ?

how to download internet files by python ?

2013-01-07 Thread iMath
for example ,if I want to download this file ,how to implement the download functionality by python ? http://down.51voa.com/201208/se-ed-foreign-students-friends-16aug12.mp3 as for download speed ,of course ,the fast ,the better ,so how to implement it ? It would be better to show me an

Re: how to download internet files by python ?

2013-01-07 Thread Cameron Simpson
On 07Jan2013 20:19, iMath redstone-c...@163.com wrote: | for example ,if I want to download this file ,how to implement the download functionality by python ? | | http://down.51voa.com/201208/se-ed-foreign-students-friends-16aug12.mp3 | | as for download speed ,of course ,the fast ,the better

Re: how to download internet files by python ?

2013-01-07 Thread Rodrick Brown
On Mon, Jan 7, 2013 at 11:19 PM, iMath redstone-c...@163.com wrote: for example ,if I want to download this file ,how to implement the download functionality by python ? http://down.51voa.com/201208/se-ed-foreign-students-friends-16aug12.mp3 as for download speed ,of course ,the fast ,the

Re: how to download internet files by python ?

2013-01-07 Thread Roy Smith
In article mailman.259.1357620254.2939.python-l...@python.org, Cameron Simpson c...@zip.com.au wrote: On 07Jan2013 20:19, iMath redstone-c...@163.com wrote: | for example ,if I want to download this file ,how to implement the download | functionality by python ? | |