Python is an easy to learn, powerful programming language.
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
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 is a framework that makes it easy to create both simple and extensible tests. Tests are expressive and easy to read—no templates needed.
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.