A walkthrough of every major piece of the stack, with file references and the reasoning behind each choice. Written for a presentation, not for re-derivation from scratch.
What it is. A Python web framework for building HTTP APIs. You declare routes as async functions with type-annotated parameters, and the framework handles request parsing, validation, response serialization, and OpenAPI docs.