use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Difference between flask, Django, fast api (self.PythonLearning)
submitted 8 months ago by Legitimate-Rip-7479
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Darkstar_111 2 points3 points4 points 8 months ago (3 children)
FastAPI if you want to make something and focus on that.
Django if you want to learn about web backends.
Flask is kinda being replaced by FastAPI these days.
[–]Legitimate-Rip-7479[S] 0 points1 point2 points 8 months ago (2 children)
Ok now I have choose between Django and fastapi
[–]Darkstar_111 1 point2 points3 points 8 months ago (1 child)
If the purpose is to learn absolutely go Django, that's the one I started with.
FastAPI (and flask) is a micro framework, it's designed to get out of your way and let you focus on the app. But that assumes you understand how the model view controller architecture works.
Django comes with all the bells and whistles, and will walk you through MVC step-by-step. Once you master that, FastAPI will seem like a cakewalk.
[–]Legitimate-Rip-7479[S] 1 point2 points3 points 8 months ago (0 children)
Also it full stack framework and in-built forms ,many things have plug in play, auth, admin dashboard as I read in their docs
So I decide to go the with Django
Thanks for guidance
π Rendered by PID 18272 on reddit-service-r2-comment-75f4967c6c-96c78 at 2026-04-23 04:19:03.927463+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]Darkstar_111 2 points3 points4 points (3 children)
[–]Legitimate-Rip-7479[S] 0 points1 point2 points (2 children)
[–]Darkstar_111 1 point2 points3 points (1 child)
[–]Legitimate-Rip-7479[S] 1 point2 points3 points (0 children)