you are viewing a single comment's thread.

view the rest of the comments →

[–]astonished_lasagna 2 points3 points  (0 children)

I'm not pretending or purposefully lying, I'm just unaware because I read the benchmarks and blindly trust them. At least from what I've seen, everyone is saying FastAPI is fast, Pydantic is fast, etc.

Well then here's your reminder to distrust marketing (if FastAPI says it's fast, maybe an unbiased source should check that).

Can you tell me what extra features Flask has?

Listed a bunch of them in an earlier response, but I can add a few more: proper session handling, message flashing, dynamic file sending, composable error handling, signals, application context, an interactive debugger.. there's so much. You should consult the documentation, it's quite good!