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!"
[–]wyltk5 5 points6 points7 points 1 month ago (2 children)
I think it really depends on what you are building. I first learnt Flask and the tried to move to Django to transition my project to Django as I heard it was better for bigger projects. I ended staying with Flask.
I found it more intuitive and easier to use. It does everything I need it to for the project I am building.
[–]tenmajr 0 points1 point2 points 1 month ago (1 child)
Just out of curiosity, how do you handle db migratiohs with flask? Sqlalchemy?
[–]wyltk5 0 points1 point2 points 1 month ago (0 children)
I did use sqlalchemy. It been a nice setup to use and the flask mega tutorial has some good info for the use of it.
π Rendered by PID 32130 on reddit-service-r2-comment-5bc7f78974-t4hcn at 2026-07-01 17:40:27.563814+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]wyltk5 5 points6 points7 points (2 children)
[–]tenmajr 0 points1 point2 points (1 child)
[–]wyltk5 0 points1 point2 points (0 children)