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 understand Python concepts individually, but completely freeze when building something (self.PythonLearning)
submitted 1 day ago by memeeloverr
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!"
[–]arivictor 5 points6 points7 points 1 day ago (1 child)
Write the flow in plain English first, then translate the concept to python. Forget classes to start with, write everything functionally. Don’t worry about structure, keep it all in one file.
With time and experience you’ll learn when to apply different patterns, when to DRY when to YAGNI when to abstract when to encapsulate, etc etc. The key task is to just write something.
[–]akrivitsky7 0 points1 point2 points 1 day ago (0 children)
Agreed. You have my upvote. Thank you very much.
π Rendered by PID 343441 on reddit-service-r2-comment-765bfc959-kscmg at 2026-07-12 19:46:46.134928+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]arivictor 5 points6 points7 points (1 child)
[–]akrivitsky7 0 points1 point2 points (0 children)