gabriele Domenichini's Bookmarks tagged → View Popular
You are here: Diigo Home > gabriele Domenichini's Bookmarks
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()
more fromwww.voidspace.org.uk
HTTP Made Really Easy
more fromwww.jmarshall.com
Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax
more fromwww-128.ibm.com
How To Use AJAX Patterns
more fromwww.informit.com
Notation: * = Private bookmark and comment|… = Clipping [?] | … = Public highlight [?]
gabriele Domenichini's Related Tags
See More Top Contributors
Related Groups on Diigo
-
webdevelopment
Links to webdevelopment
Items: 161 | Visits: 85
Created by: alfred westerveld
-
Rspec Intro
RSpec is a Behaviour Driven...
Items: 11 | Visits: 84
Created by: Vincent Tsao
-
Programming jQquery
Items: 36 | Visits: 72
Created by: Vincent Tsao


