Size: 643
Comment: added urllib and urllib2 links
|
Size: 472
Comment: added link to Python Cookbook recipe, removed fluff
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
There is probably a huge amount of good stuff available from the people who are working actively with XmlRpc, Biztalk and other approaches to web services. More too from XML writers such as [http://uche.ogbuji.net/uche.ogbuji.net/ Uche Ogbuji], who has put much good stuff on IBM's developerworks site, among other things. | Client-Side web programming |
Line 5: | Line 5: |
* [http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52199 Grab a document from the web] - from the Python Cookbook |
Client-Side web programming
Resources
[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52199 Grab a document from the web] - from the Python Cookbook
[http://wwwsearch.sourceforge.net/bits/clientx.html Python web-client programming general FAQs]
[http://docs.python.org/lib/module-urllib.html urllib -- Open arbitrary resources by URL]
[http://docs.python.org/lib/module-urllib2.html urllib2 -- extensible library for opening URLs]