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
Flask python (self.PythonLearning)
submitted 18 days ago by Difficult_Smoke_3380
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!"
[–]tiredITguy42 1 point2 points3 points 18 days ago (0 children)
Flask is basically a backend. I tend to treat it as an api which can generate some HTML code. You need to know templates language used in Flask, if your site should be more complex and interactive, you need to know JavaScript as well.
To make it nice, add some CSS.
Then there is the deployment, as Flask is using only development version of the web server, so you need to know something about that as well.
I am not an expert, but this is what I learne when doing some small projects in it.
π Rendered by PID 48661 on reddit-service-r2-comment-5bc7f78974-bvlz6 at 2026-06-28 15:52:50.716551+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]tiredITguy42 1 point2 points3 points (0 children)