Django framework and libraries documentation

Python documentation

Python is an easy to learn, powerful programming language.

SQLAlchemy

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

asgiref - ASGI specification and utilities

ASGI (Asynchronous Server Gateway Interface) is the spiritual successor to WSGI, designed to provide a standard interface between asynchronous web servers, platforms, and Python applications.

pytest

pytest is a framework that makes it easy to create both simple and extensible tests. Tests are expressive and easy to read—no templates needed.

Celery

Task queues are used as a mechanism for distributing work between threads or machines. The input to the task queue is a unit of work called a task.