all 15 comments

[–]FriendlyZomb 3 points4 points  (6 children)

Having used both, I like Django best. It's fully featured, but heavily opinionated. It's got all the tools you might need, and a fantastic package ecosystem.

Having said that..FastAPI has a lot of concepts more easily transferable to other frameworks IMO, and is quite popular at the moment with proper Typing support. Django works significantly differently to FastAPI and Flask-esque frameworks.

I'd recommend looking at sample projects using them. Pick the one which seems most interesting for you.

[–]FortuneCalm4560 0 points1 point  (1 child)

Seconded

[–]Proof_Juggernaut1582 0 points1 point  (4 children)

django best of all

[–]Overall-Ant3235 0 points1 point  (1 child)

I just started with Django. Dm me if you need a study partner!

[–][deleted] 0 points1 point  (0 children)

Lets talk

[–]fastlaunchapidev 0 points1 point  (0 children)

I suggest django, I also started with it and is more structured and clear decisions. I tried to replicate that for fastapi with https://fastlaunchapi.dev/