Flask

Flask is a minimal Python web framework, often called a microframework because it ships with a small core and few assumptions. Developers add extensions for databases, forms, and authentication as needed. It is a common choice for APIs, prototypes, and web services where a light footprint matters.