Flask
Minimal Python web framework — the standard pick for small HTTP services, internal tools, and webhook receivers.
Definition
Flask is a micro web framework for Python: a few decorators for routing, no opinions about ORM or templating. It is the easiest way to stand up an HTTP endpoint to receive a webhook, expose a small API, or run an internal admin tool. For typed-async workloads most teams now reach for FastAPI instead.