Python Server Pages
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
- ↑ Trubetskoy, Gregory (2004-02-26), Mod_python's PSP: Python Server Pages, http://www.oreillynet.com/pub/a/python/2004/02/26/python_server_pages.html, retrieved 2009-03-14
- ↑ Spyce - Python Server Pages (PSP) User Documentation, Release 2.1, http://spyce.sourceforge.net/docs/doc-add_history.html, retrieved 2009-03-14
- ↑ Python Server Pages 0.3 Release Notes, 2000-09-28, archived from the original on 2011-07-28, https://web.archive.org/web/20110728172647/http://www.webwareforpython.org/Webware/PSP/Docs/RelNotes-0.3.html
- ↑ Python Server Pages: NEWS, 1999, http://www.ciobriefings.com/psp/pspnews.htm, retrieved 2009-03-14
Original source: https://en.wikipedia.org/wiki/Python Server Pages.
Read more |