I picked FastAPI when I started a large project last year, when I was looking for something a little nicer than Flask for just an API server.
FastAPI feels like a damn cheat code, it's so well designed with the Pydantic models as input validation, the flexibility, the built in OpenAPI docs, on and on.
FastAPI feels like a damn cheat code, it's so well designed with the Pydantic models as input validation, the flexibility, the built in OpenAPI docs, on and on.
Love it!