Differences between revisions 301 and 302
Revision 301 as of 2007-04-05 00:08:36
Size: 1258
Editor: PaulBoddie
Comment: Added Web services entry.
Revision 302 as of 2007-10-29 23:13:51
Size: 1655
Editor: PaulBoddie
Comment: Try and provide some general guidance to those unfamiliar with the terminology.
Deletions are marked like this. Additions are marked like this.
Line 8: 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 10: 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 11: Line 15:
 * ContentManagementSystems - solutions specially designed for organising and publishing content
Line 12: Line 17:
 * ["Templating"] - generating output, messages and more from Web applications
== Client Programming ==

Topics concerned with accessing Web applications, sites or pages using Python:
Line 14: Line 23:
 * 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)
 * WebServices - tools for accessing and providing functionality via APIs over the Web
Line 19: Line 27:
Related topics of interest:

 * WebStandardisation - working towards common solutions and APIs for Python Web programming
Line 20: Line 31:
 * ["Templating"] - generating output, messages and more from Web applications

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.