# Python libraries

## Frameworks

* [Django](https://www.djangoproject.com/) - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Massive community; probably the most commonly used Python framework.
* [Flask](https://flask.palletsprojects.com/en/1.1.x/) - It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.
* [Pyramid](https://github.com/Pylons/pyramid) - Small, fast, down-to-earth, open source Python web framework.
* [Dash](https://github.com/plotly/dash) - Analytical Web Apps for Python. No JavaScript Required.
* [Tornado](https://www.tornadoweb.org/en/stable/) - Python web framework and asynchronous networking library.

## ML

* [JAX](https://github.com/google/jax) - GPU- and TPU-backed NumPy with differentiation and JIT compilation.
* [Autograd](https://github.com/HIPS/autograd) - Efficiently computes derivatives of numpy code.

## Other

* [Click](http://click.pocoo.org/5/) - Create beautiful command line interfaces in a composable way with as little code as necessary.
* [Hypertools](https://github.com/ContextLab/hypertools) - Python toolbox for gaining geometric insights into high-dimensional data.
* [Flit](http://flit.readthedocs.io/en/latest/) - Simple way to put Python packages and modules on PyPI.
* [Photon](https://github.com/s0md3v/Photon) - Lightning fast web crawler which extracts URLs, files, intel & endpoints from a target.
* [Snowy](https://github.com/prideout/snowy) - Tiny Python 3 module for manipulating and generating images.
* [Trio](https://github.com/python-trio/trio) - Pythonic async I/O for humans and snake people.
* [Responder](https://github.com/kennethreitz/responder) - Familiar HTTP Service Framework for Python.
* [Loguru](https://github.com/Delgan/loguru) - Python logging made (stupidly) simple.
* [Blaze](https://github.com/blaze/blaze) - Translates a subset of modified NumPy and Pandas-like syntax to databases and other computing systems.
* [Dash Table](https://github.com/plotly/dash-table) - First-Class Interactive DataTable for Dash.
* [Kombu](https://github.com/celery/kombu) - Messaging library for Python.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://woodrowpearson.gitbook.io/woodrow-wiki/programming-languages/python/python-libraries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
