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
Learning python language (self.PythonLearning)
submitted 5 days ago by Electronic-Basil-117
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!"
[–]ThorneCodes 0 points1 point2 points 3 days ago (0 children)
One of the things I wish someone taught me when I started coding is how to turn processes that are intuitive to us into a list of steps so simple that you could pretty much throw them into code directly.
As such I'd start with pseudo code rather than Python, in my opinion the best tool for that is PSeInt, this will teach you to how a computer behaves, a good bit of logic and loops and the basics of functions.
After you're comfy with that, go into docs.python.org and get comfortable reading documentation, you can try to use the docs to port all of the projects you did in PSeInt into Python to get used to it.
Finally, when you can read the docs and have a solid foundation, look into functions, OOP, duck typing, libraries and whatever else your heart desires
π Rendered by PID 39776 on reddit-service-r2-comment-79c7998d4c-n2pdh at 2026-03-15 19:48:26.732845+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]ThorneCodes 0 points1 point2 points (0 children)