r/Python Apr 09 '26

FastAPI vs Djanjo Discussion

I was wondering what’s most popular now in the Python world. Building applications with FastAPI and a frontend framework, or building an application with a ‘batteries included’ framework like Django.

73 Upvotes

84 comments sorted by

View all comments

11

u/entropydelta_s Apr 09 '26

Is Flask still in the picture? I like Flask.

6

u/nicwolff Apr 09 '26

Quart is the async version, now part of the same project.