> For the complete documentation index, see [llms.txt](https://woodrowpearson.gitbook.io/woodrow-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woodrowpearson.gitbook.io/woodrow-wiki/programming-languages/python/python-libraries.md).

# 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.
