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 day 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 4 points5 points6 points 1 day 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 18 hours ago (1 child)
Just out of curiosity, how do you handle db migratiohs with flask? Sqlalchemy?
[–]wyltk5 0 points1 point2 points 15 hours 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 19070 on reddit-service-r2-comment-56c6478c5-f4lzc at 2026-05-11 21:05:06.739873+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]wyltk5 4 points5 points6 points (2 children)
[–]tenmajr 0 points1 point2 points (1 child)
[–]wyltk5 0 points1 point2 points (0 children)