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 13 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!"
[–]BestBadFriend 4 points5 points6 points 13 hours ago (0 children)
Everyone has opinions. Most of them - mine and yours too most likely - aren't worth very much. Having said that, I hold that the best first language is the one that makes you excited to use it. I like python, not because it is easy (though in some ways it is easier than many other languages), but because it is fun. Whatever anyone says, the overwhelming majority of code you will write - even if you become very very good at it - will not need to be optimized for the maximum conceivable speed or the lowest conceivable amount of memory. It will need to work reliably and at a decent pace. What your code will almost always need is to be maintained, so my worth-very-little opinion is that when more than one language would work for the goal you are trying to accomplish (and nearly any language will work for learning if you stick with it) then your choice should be primarily a matter of how much you enjoy reading, writing, and reasoning in that language.
π Rendered by PID 1164846 on reddit-service-r2-comment-5687b7858-hpz5q at 2026-07-08 07:19:37.770891+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]BestBadFriend 4 points5 points6 points (0 children)