Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Quixote (web framework)
Software framework for developing web applications in Python

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.

We don't have any images related to Quixote (web framework) yet.
We don't have any YouTube videos related to Quixote (web framework) yet.
We don't have any PDF documents related to Quixote (web framework) yet.
We don't have any Books related to Quixote (web framework) yet.
We don't have any archived web articles related to Quixote (web framework) yet.

See also

  • Free and open-source software portal

References

  1. Quixote: a Python-Centric Web Application Framework, 22 July 2002, By Greg Ward, Linux Journal http://www.linuxjournal.com/article/6178