Differences between revisions 11 and 12
Revision 11 as of 2009-05-31 21:31:22
Size: 2081
Editor: PaulBoddie
Comment: Revert vandalism.
Revision 12 as of 2014-04-17 01:13:13
Size: 2101
Comment: replaced by 3333
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * [[http://www.python.org/peps/pep-0333.html|PEP 333: Web Server Gateway Interface]] is the community standard for connecting relatively low-level Web components together - see also [[WSGIImplementations]].  * [[http://legacy.python.org/dev/peps/pep-3333/|PEP 3333 -- Python Web Server Gateway Interface v1.0.1]] is the community standard for connecting relatively low-level Web components together - see also [[WSGIImplementations]].

Web Standardisation for Python

Traditionally, Python Web technology support entered the standard library through a process of gradual aggregation (see the cgi, httplib and urllib modules). However, various discussion groups, mailing lists and independent endeavours have sought to establish more usable standard APIs and modules over the years.

Standardisation Attempts and Proposals

Resources

Commentaries

Despite rumours in the summer of 2006 that the BDFL had endorsed one particular Web framework, the official position on community standardisation after clarifications were made presumably remains as summarised in the following quote:

"I do recommend that web developers (I'm still not much of one) get together, share experiences, and ask the web framework developers to standardize low-level APIs in additionn [sic] to WSGI (PEP 333)."

(Source: Please Teach me Web Frameworks for Python)

WebStandardisation (last edited 2014-04-17 01:13:13 by DaleAthanasias)

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