urllib tutorial or manual

Simon Brunning simon at brunningonline.net
Thu Jun 26 04:12:41 EDT 2008


2008/6/24 Alex Bryan <alexnbryan at gmail.com>:
> I have never used the urllib class and I need to use it for an app I am
> working on. I am wondering if anyone has any good sites that will fill me in
> on it(especially the urllib.urlopen module). Or better yet, an example of
> how you would submit a search term into the search field on a site, such as
> google.

This is for urllib2:

<http://www.voidspace.org.uk/python/articles/urllib2.shtml>

If you must stick with urllib:

<http://effbot.org/librarybook/urllib.htm>

-- 
Cheers,
Simon B.
simon at brunningonline.net
http://www.brunningonline.net/simon/blog/
GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues | Twitter: brunns



More information about the Python-list mailing list