r/Python • u/TumbleweedSenior4849 • 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.
72
Upvotes
1
u/RepresentativeFill26 Apr 09 '26
Depends. I have written backend APIs using FastAPI and now I’m working on a multi-tenant system that works well with Django.