Hacker News new | ask | show | jobs
by ps256 989 days ago
Is there are any reason to pick Flask over FastAPI for a new project in 2023?
2 comments

Yes, I've written about this comparison in detail https://pgjones.dev/blog/fastapi-flask-quart-2022/.
Flask definitely wins the documentation and maintenance department. FastAPI has "shiny" docs. Flask at least has an API reference.
Yes, I don't get it when people praise FastAPI's docs - they're more like tutorials and examples rather than documentation.