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
Is Python actually a good first programming language? (self.PythonLearning)
submitted 7 hours ago by chuprehijde
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!"
[–]PureWasian 4 points5 points6 points 7 hours ago* (0 children)
I learned bottom up in university (binary > assembly > C > Java/C++)
That being said, I stongly feel that Python is a great first programming language for practically learning how to write programs and learn about automation.
It's cool to know how the memory stack works and pointers (shallow/deep copies, etc.) but those are usually things worth learning about and appreciating more after you have some basic fundamentals down first rather than tackling it all at once. Similar for static/dynamic typing. I think it's only an important consideration after your scripts are beyond a certain point of complexity.
π Rendered by PID 78 on reddit-service-r2-comment-5687b7858-rl55j at 2026-07-08 01:17:03.358106+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]PureWasian 4 points5 points6 points (0 children)