[Tutor] urllib.urlretrieve ?

Alan Gauld alan.gauld at btinternet.com
Sun Apr 7 20:10:06 CEST 2013


On 07/04/13 17:20, Matthew Ngaha wrote:
>> Look in the module docs for urlib.request.
>>
>
> Hi. Ive never used the urllib before

In Python 3 urllib combines (the best) features of
urllib and urllib2 from Python 2.

> web programming. I'm looking at the urllib.request page and i really
> don't understand what i'm looking at. I'm confused as to what i should
> be looking for.

You were asking about urllib.urlretrieve.
It's documented on that page.

Now, beyond that, what else are you confused about?
The more specific the question the more specific the answer.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list