gabriele Domenichini's Library tagged → View Popular
23 May 08
urllib2 - The Missing Manual
import urllib
import urllib2
url = 'http://www.someserver.com/cgi-bin/register.cgi'
values = {'name' : 'Michael Foord',
'location' : 'Northampton',
'language' : 'Python' }
data = urllib.urlencode(values)
req = urllib2.Request(url, data)
response = urllib2.urlopen(req)
the_page = response.read()
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in programm...
Related Lists on Diigo
-
Programming jQquery
Items: 26 | Visits: 253
Created by: Vincent Tsao
-
Rspec Intro
RSpec is a Behaviour Driven...
Items: 11 | Visits: 234
Created by: Vincent Tsao
-
webdevelopment
Links to webdevelopment
Items: 252 | Visits: 188
Created by: alfred westerveld
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
