Differences between revisions 51 and 305 (spanning 254 versions)
Revision 51 as of 2002-12-03 21:35:31
Size: 3158
Editor: dialup-63
Comment: added PyMeld lightweight "Programmatic Style" templater.
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:
This topic guide is a word by word copy of PaulBoddie's
[http://www.boddie.org.uk/python/web_frameworks.html Python Web Frameworks Overview]. Putting it into Wiki format hopefully allows more people to contribute.
#acl All:read
Line 5: Line 4:
The main purpose of this topic guide is to help in choosing between the plethora of frameworks and templating systems for web programming, without having to learn each of them. In addition, information about different PresentationTechnologies is also provided, where appropriate, since this can be a major deciding factor in choosing a framework. = Web Programming in Python =
Line 7: Line 6:
Opinions based on experience are welcome, but framework or templating system authors should sign their comments with InTheirOwnWords to admit to a certain bias. This topic guide attempts to cover every aspect of programming Web applications (both clients and servers) using Python.
Line 9: Line 8:
The rather strict format of the main entries (described in WebProgrammingTemplateHelp) should not been seen as a limit. Feel free to add new pages containing examples, direct comparisons etc. == Server Programming ==
Line 11: Line 10:
When adding new entries choose Web``Programming``Template when creating the page. Topics concerned with writing providing Web applications, doing server-side programming, providing a Web site or pages which use Python in some way:
Line 13: Line 12:
==== Multi Protocol Server ====
    * ["Crusader"]
    * TwistedMatrix
    * ["Zope"]
    * SkunkWeb
    * [http://www.nightmare.com/medusa/index.html Medusa]
    * ["4Suite"]
 * 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
Line 21: Line 18:
==== HTTP Server and CGI ====
    * ["Albatross"]
    * CherryPy
    * HpPythonBusinessLibraries
    * JonsPythonModules
    * ["maki"]
    * ModPython
    * ["MSS"]
    * ["PyWX"]
    * ["Quixote"]
    * ScriptFoundryModules
    * ["Slither"]
    * ["Spyce"]
    * ["Wasp"]
    * ["Webware"]
== Client Programming ==
Line 37: Line 20:
==== Content Management Frameworks ====
    * [http://halfdans.net/index.py/apollo?c=show Apollo]
    * [http://www.plone.org Plone]
Topics concerned with accessing Web applications, sites or pages using Python:
Line 41: Line 22:
==== Templating Systems ====
    * [http://ahts.sourceforge.net/ AHTS]
    * ["Castalian"]
    * ["Cheetah"]
    * CHTL and CGTL (CherryPy)
    * ClearSilver
    * CubicTemp
    * [http://www.twistedmatrix.com/documents/howto/domtemplate DOMTemplate]
    * dtml (["Zope"])
    * [http://www.alcyone.com/pyos/empy/ EmPy] [http://pythonjournal.cognizor.com 'in Python Journal 3(1)]
    * [http://htmltmpl.sourceforge.net/ htmltmpl]
    * JonsPythonModules
    * PSP in ["Webware"]
    * PTL (["Quixote"])
    * [http://www.entrian.com/PyMeld PyMeld]
    * Python Server Pages (SkunkWeb)
    * [http://docutils.sourceforge.net/rst.html reStructuredText]
    * STML (SkunkWeb)
    * [http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52305 YAPTU][http://pythonjournal.cognizor.com 'in Python Journal 3(1)]
    * [http://zebra.sourceforge.net/ Zebra]
    * ZPT (["Zope"])
 * 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 63: Line 26:
==== Web services ====
    * [http://pywebsvcs.sf.net Python Web Services] a SourceForge "meta-project" for Python web services programming
== Related Links ==
Line 66: Line 28:
==== To Do ====
    * The templating systems should really get a different page layout, showing examples etc.
    * describe PHP and Java in the same format as quite a few will want to compare to them anyway
    * Is there any interest in a WebProgrammingShootOut?
Related topics of interest:
Line 71: Line 30:
Editor: DanielDittmar (this means only that I will adapt the entries to changes in the WebProgrammingTemplate and that I will try to keep the version entries current)  * WebStandardisation - working towards common solutions and APIs for Python Web programming
 * DatabaseProgramming - guidance on available DatabaseInterfaces and related tools
 * [[Templating]] - generating output, messages and more from Web applications
 * BuildAnIntranet - advice on how one might go about developing and deploying an intranet solution
Line 73: Line 35:
== 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.

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.