Differences between revisions 290 and 305 (spanning 15 versions)
Revision 290 as of 2006-08-10 22:29:40
Size: 1155
Editor: PaulBoddie
Comment: A simplified start page for WebProgramming. Historical information removed.
Revision 305 as of 2008-11-15 13:59:44
Size: 1914
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#acl All:read
Line 7: Line 8:
 * WebStandardisation - working towards common solutions and APIs == Server Programming ==

Topics concerned with writing providing Web applications, doing server-side programming, providing a Web site or pages which use Python in some way:
Line 9: Line 13:
 * CgiScripts - information on writing CGI scripts/programs in Python when the WebFrameworks seem like too much work or aren't available at your provider
Line 10: Line 15:
 * ["Templating"] - generating output, messages and more from Web applications
 * WebClientProgramming
 * CgiScripts - information on writing CGIs in python when the WebFrameworks seem too heavy or aren't available
 * ContentManagementSystems - solutions specially designed for organising and publishing content (perhaps acting as frameworks to permit application development and customisation)
 * ContentManagementSystems - solutions specially designed for organising and publishing content
 * WebServices - tools for accessing and providing functionality via APIs over the Web

== Client Programming ==

Topics concerned with accessing Web applications, sites or pages using Python:

 * WebBrowserProgramming - interfacing with existing browsers and browser technologies
 * WebClientProgramming - writing clients, typically at a lower level than a full Web browser
 * WebServices - tools for accessing and providing functionality via APIs over the Web
Line 17: Line 28:
Related topics of interest:

 * WebStandardisation - working towards common solutions and APIs for Python Web programming
Line 18: Line 32:
 * [[Templating]] - generating output, messages and more from Web applications
 * BuildAnIntranet - advice on how one might go about developing and deploying an intranet solution

Web Programming in Python

This topic guide attempts to cover every aspect of programming Web applications (both clients and servers) using Python.

Server Programming

Topics concerned with writing providing Web applications, doing server-side programming, providing a Web site or pages which use Python in some way:

  • WebFrameworks - for developing server-side Web applications in Python

  • CgiScripts - information on writing CGI scripts/programs in Python when the WebFrameworks seem like too much work or aren't available at your provider

  • WebServers - server solutions written in (or using) Python

  • ContentManagementSystems - solutions specially designed for organising and publishing content

  • WebServices - tools for accessing and providing functionality via APIs over the Web

Client Programming

Topics concerned with accessing Web applications, sites or pages using Python:

Related topics of interest:

Editorial Note

This simplified start page replaces the previous "comprehensive" guide to Web programming. Unless adding a distinct category of Web programming, please add things like new frameworks to the appropriate page - not to this page.

WebProgramming (last edited 2008-11-15 13:59:44 by localhost)

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