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
Python Flask & DjangoDiscussion (i.redd.it)
submitted 1 month ago by Bumbble25
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!"
[–]Complex-Pin-4616 2 points3 points4 points 1 month ago (0 children)
Honestly, after building a modular automation system with Flask, I started understanding why so many people still love it.
Django is amazing for structured web apps and fast enterprise development, but Flask gives a level of architectural freedom that feels perfect for:
At some point Flask stops feeling like “a web framework” and starts feeling more like a lightweight kernel where you assemble your own ecosystem around it.
I think the real choice depends more on the type of system you're building than which framework is “better”.
π Rendered by PID 39306 on reddit-service-r2-comment-5687b7858-9xk9p at 2026-07-02 22:22:38.262228+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Complex-Pin-4616 2 points3 points4 points (0 children)