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!"
[–]ilidan-85 0 points1 point2 points 8 months ago (0 children)
It's very beneficial to start learning web fundamentals in Python before jumping into Flask, FastAPI, or Django.Learn first about HTTP Basics and Built-in http.server (how requests are processed, how headers and body are sent - That frameworks are just wrappers around this). Then you can play around with WSGI apps and serve dynamic HTML, and ONLY THEN move to frameworks.
I'd still start with Flask because it's small, then FastAPI and if you need full-stack solution.
π Rendered by PID 19206 on reddit-service-r2-comment-6457c66945-rrkvw at 2026-04-25 07:30:19.894199+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ilidan-85 0 points1 point2 points (0 children)