Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!
Expand All 1 - 20 of 61 Next › Last »

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()

Tags: python, web, programming, http, library, post on 2008-05-23 and saved by10 people -All Annotations (0) -About

more fromwww.voidspace.org.uk

HTTP Made Really Easy

Tags: http, programming, tutorial, web on 2008-04-17 and saved by9 people -All Annotations (2) -About

more fromwww.jmarshall.com

1 - 20 of 61 Next › Last »
List 20 50 100

Notation: * = Private bookmark and comment| = Clipping [?] | = Public highlight [?]