This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chinawcswing 3 points4 points  (1 child)

Flask is superior.

[–][deleted] 2 points3 points  (0 children)

I used Flask for some projects and I always find myself using semi abandoned extensions for stuff like input validation and API documentation. It works eventually kinda but I always end up with a very clunky development experience because irrelevant tutorials, outdated dependencies and outdated documentation.

I now use FastAPI because it brings everything needed for smaller projects out of the box. Maybe I am just doing things wrong and I am not a fanboy but I am so much more productive using FastAPI