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)
|
Developer(s) | Andrew Kuchling, Neil Schemenauer and Greg Ward |
---|---|
Initial release | 12 August 2000; 24 years ago (2000-08-12) |
Stable release | 3.2 / 10 August 2020; 4 years ago (2020-08-10) |
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".
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
References
- "CHANGES_24.txt".
- Quixote is a web application framework developed and first released by the MNX in 2000 (or 2001).
- "The Quixote Web Framework".
- Quixote: a Python-Centric Web Application Framework, 22 July 2002, By Greg Ward, Linux Journal
External links
Python web frameworks | |
---|---|
Web frameworks | |
---|---|
.NET | |
C++ | |
ColdFusion | |
Common Lisp | |
Haskell | |
Java | |
JavaScript | |
Perl | |
PHP | |
Python | |
Ruby | |
Rust | |
Scala | |
Smalltalk | |
Other languages |
This Web-software-related article is a stub. You can help Misplaced Pages by expanding it. |