Quixote (web framework)
Appearance
From Wikipedia, the free encyclopedia
This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
(Learn how and when to remove this message)The topic of this article may not meet Wikipedia's general notability guideline . Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Quixote" web framework – news · newspapers · books · scholar · JSTOR (April 2024) (Learn how and when to remove this message)
Find sources: "Quixote" web framework – news · newspapers · books · scholar · JSTOR (April 2024) (Learn how and when to remove this message)
This article may rely excessively on sources too closely associated with the subject , potentially preventing the article from being verifiable and neutral. Please help improve it by replacing them with more appropriate citations to reliable, independent sources. (April 2024) (Learn how and when to remove this message)
| Developers | Andrew Kuchling, Neil Schemenauer and Greg Ward |
|---|---|
| Initial release | 12 August 2000; 25 years ago (2000年08月12日)[1] [2] |
| Stable release | |
| Repository | |
| Written in | Python |
| Operating system | Cross-platform |
| Type | Web framework |
| License | MIT License |
| Website | quixote |
Quixote is a software framework for developing web applications in Python. Quixote "is based on a simple, flexible design, making it possible to write applications quickly and to benefit from the wide range of available third-party Python modules".[4]
A Quixote application is typically a Python package, a collection of modules grouped into a single directory tree. Quixote then maps a URL to a function or method inside the Python package; the function is then called with the contents of the HTTP request, and the results are returned to the client.
See also
[edit ]References
[edit ]- ^ "CHANGES_24.txt". Archived from the original on 2020年01月19日. Retrieved 2013年03月23日.
- ^ Quixote is a web application framework developed and first released by the MNX in 2000 (or 2001).
- ^ "The Quixote Web Framework". Archived from the original on 2024年07月23日. Retrieved 2024年07月23日.
- ^ Quixote: a Python-Centric Web Application Framework, 22 July 2002, By Greg Ward, Linux Journal