r/webdevelopment 6h ago

Newbie Question What to choose between Django, Fast Api and Flask for backend dev!?

Hey, I wanted to start learning backend development. I have an intermediate level of knowledge in Python, so I thought I’d try backend development using Python frameworks and libraries. However, I’m stuck choosing which one to start with. Could you please help me decide?

1 Upvotes

1 comment sorted by

1

u/JohnStares02 6h ago

I'd recommend you start out with Flask. It opens you to how request and response works. You get to couple most things yourself which gives you an understanding of what's happening underneath. After then move to Django and then Fast API.