FastAPI

Modern Python web framework for building APIs quickly with automatic documentation, validation, and high performance.

AspectSummary
WhatPython web framework for building APIs
SpeedOne of the fastest (on par with Node.js/Go)
Based onPython type hints + Pydantic + Starlette
Main featureAuto-generates interactive API docs (/docs)
ValidationAutomatic request/response validation via type hints
AsyncBuilt-in support for async/await
Installpip install fastapi uvicorn