Quixote (web framework)

From Wikipedia, the free encyclopedia

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]

Quick Facts Developer(s), Initial release ...
Developer(s)Andrew Kuchling, Neil Schemenauer and Greg Ward
Initial release12 August 2000; 24 years ago (2000-08-12)[1][2]
Stable release
3.2 / 10 August 2020; 4 years ago (2020-08-10)[3]
Repository
Written inPython
Operating systemCross-platform
TypeWeb framework
LicenseMIT License
Websitequixote.python.ca
Close

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

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.