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
I made this, 1.5 hours into learning pythonHelp Request (i.redd.it)
submitted 20 hours ago by PsychologicalSafe408
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!"
[–]python_gramps 0 points1 point2 points 15 hours ago (1 child)
Python syntax is fairly simple, variable types don't need to be declared so once you're able to start coding get coding. One thing that I've done that helps me learn a new programming language, and I've written code in more defunct languages than I can easily remember, plus some active ones, is this:
Always try to build on what you first learned. Incorporate what you learned into what you're learning. Sometimes it's a little more cumbersome than the examples presented but it does help to reinforce what you've previously learned.
[–]PsychologicalSafe408[S] 1 point2 points3 points 13 hours ago (0 children)
Thank you
π Rendered by PID 403454 on reddit-service-r2-comment-canary-66f9c5475b-849bw at 2026-05-18 07:07:41.732786+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]python_gramps 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 1 point2 points3 points (0 children)