this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 8 and 9
Revision 8 as of 2005-02-02 15:40:40
Size: 470
Comment:
Revision 9 as of 2005-02-02 18:06:59
Size: 1556
Editor: IanBicking
Comment: noted several libraries.
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Libraries ==

 * [https://utidylib.berlios.de/ utidylib] and [https://www.egenix.com/files/python/mxTidy.html mxTidy] -- Python interfaces to [https://tidy.sourceforge.net/ html tidy] library to clean up HTML documents.
 * [https://www.crummy.com/software/BeautifulSoup/ BeautifulSoup] -- a permissive HTML parser.
 * Don't use [https://python.domainunion.de/doc/current/lib/module-HTMLParser.html HTMLParser] on HTML that might be invalid! That way lies pain. Either clean it up (using tidy), or use a different parser.
 * [https://python.domainunion.de/doc/current/lib/module-urllib.html urllib], [https://python.domainunion.de/doc/current/lib/module-urllib2.html urllib2], and [https://python.domainunion.de/doc/current/lib/module-httplib.html httplib] in the standard library.
 * [https://wwwsearch.sourceforge.net/ClientCookie/ ClientCookie], [https://wwwsearch.sourceforge.net/ClientForm/ ClientForm], and [https://wwwsearch.sourceforge.net/mechanize/ Mechanize] are higher-level libraries for writing a web client.
 * [https://python.domainunion.de/pypi?:action=display&name=mechanoid&version=0.4.1 mechanoid] a mechanize fork.
Line 6: Line 15:
 * [https://wwwsearch.sourceforge.net/bits/clientx.html Python web-client programming general FAQs]  * [https://wwwsearch.sourceforge.net/bits/clientx.html Python web-client programming general FAQs].
Line 9: Line 18:

Client-Side web programming

Libraries

Resources

WebClientProgramming (last edited 2014-04-17 01:10:23 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.