Jump to content

Python Server Pages: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Clarified that this is old stuff
ref archive
Line 1: Line 1:
{{Portal|Python programming}}
{{Portal|Python programming}}
'''Python Server Pages''' ('''PSP''') is a name used by several different implementations of [[server-side scripting|server-side script engines]] for creating [[dynamic web page|dynamically-generated web pages]] by embedding [[Python (programming language)|Python]] in [[HTML]]. For example, an implementation of Python Server Pages was released with [[mod_python]] 3.1 in 2004.<ref>{{Citation
'''Python Server Pages''' ('''PSP''') is a name used by several different implementations of [[server-side scripting|server-side script engines]] for creating [[dynamic web page|dynamically-generated web pages]] by embedding [[Python (programming language)|Python]] in [[HTML]]. For example, an implementation of Python Server Pages was released with [[mod_python]] 3.1 in 2004.<ref>{{Citation
| last1 = Trubetskoy | first1 = Gregory
| last1 = Trubetskoy | first1 = Gregory
| title = Mod_python's PSP: Python Server Pages
| title = Mod_python's PSP: Python Server Pages
| date = 2004-02-26
| date = 2004-02-26
| url = http://www.oreillynet.com/pub/a/python/2004/02/26/python_server_pages.html
| url = http://www.oreillynet.com/pub/a/python/2004/02/26/python_server_pages.html
| accessdate = 2009-03-14}}</ref>
| accessdate = 2009-03-14}}</ref>
[[Spyce]], which also claims the phrase "Python Server Pages", was first released in 2002.<ref>
[[Spyce]], which also claims the phrase "Python Server Pages", was first released in 2002.<ref>
{{Citation
{{Citation
| title = Spyce - Python Server Pages (PSP) User Documentation, Release 2.1
| title = Spyce - Python Server Pages (PSP) User Documentation, Release 2.1
| url = http://spyce.sourceforge.net/docs/doc-add_history.html
| url = http://spyce.sourceforge.net/docs/doc-add_history.html
| accessdate = 2009-03-14}}</ref>
| accessdate = 2009-03-14}}</ref>
The [[Webware for Python]] suite also contains an implementation of Python Server Pages released as early as 2000.<ref>{{Citation
The [[Webware for Python]] suite also contains an implementation of Python Server Pages released as early as 2000.<ref>{{Citation
| title = Python Server Pages 0.3 Release Notes
| title = Python Server Pages 0.3 Release Notes
| year = 2000
| date = 2000-09-28
| df = mdy
| url = http://www.webwareforpython.org/Webware/PSP/Docs/RelNotes-0.3.html
| url = http://www.webwareforpython.org/Webware/PSP/Docs/RelNotes-0.3.html
| accessdate = 2009-03-14}}</ref>
| archiveurl = https://web.archive.org/web/20050421053417/http://www.webwareforpython.org:80/Webware/PSP/Docs/RelNotes-0.3.html
| archivedate =2005-04-21}}</ref>
An earlier tool with a similar function also called Python Server Pages but based on [[Java (programming language)|Java]] and [[JPython]] was first released in 1999.<ref>{{Citation
An earlier tool with a similar function also called Python Server Pages but based on [[Java (programming language)|Java]] and [[JPython]] was first released in 1999.<ref>{{Citation
| title = Python Server Pages: NEWS
| title = Python Server Pages: NEWS
| year = 1999
| year = 1999
| url = http://www.ciobriefings.com/psp/pspnews.htm
| url = http://www.ciobriefings.com/psp/pspnews.htm
| accessdate = 2009-03-14}}</ref>
| accessdate = 2009-03-14}}</ref>


It was one of the earliest web development support in Python and has long since been surpassed in popularity by systems such as [[Django (web framework)|Django]] or [[Flask (web framework)|Flask]].
It was one of the earliest web development support in Python and has long since been surpassed in popularity by systems such as [[Django (web framework)|Django]] or [[Flask (web framework)|Flask]].

Revision as of 21:02, 9 March 2018

Python Server Pages (PSP) is a name used by several different implementations of server-side script engines for creating dynamically-generated web pages by embedding Python in HTML. For example, an implementation of Python Server Pages was released with mod_python 3.1 in 2004.[1] Spyce, which also claims the phrase "Python Server Pages", was first released in 2002.[2] The Webware for Python suite also contains an implementation of Python Server Pages released as early as 2000.[3] An earlier tool with a similar function also called Python Server Pages but based on Java and JPython was first released in 1999.[4]

It was one of the earliest web development support in Python and has long since been surpassed in popularity by systems such as Django or Flask.

References

  1. ^ Trubetskoy, Gregory (2004-02-26), Mod_python's PSP: Python Server Pages, retrieved 2009-03-14
  2. ^ Spyce - Python Server Pages (PSP) User Documentation, Release 2.1, retrieved 2009-03-14
  3. ^ Python Server Pages 0.3 Release Notes, September 28, 2000, archived from the original on 2005-04-21
  4. ^ Python Server Pages: NEWS, 1999, retrieved 2009-03-14