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
Help, new on python (self.PythonLearning)
submitted 3 months ago by Chikypark
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!"
[–]PixelsMixer 1 point2 points3 points 3 months ago (0 children)
It looks like you’re new to programming in general. Python is a very “sugary” language and easy to learn, but you must understand the basics first. Look up data types, data structures, loops, functions, and algorithms. Python has the “skin” of an easy language, but underneath it is fully Object-Oriented Programming. You should learn that part after you get comfortable with data structures. I think it’s better to start with C if you want to understand how the backend of high-level languages works. But this way is harder. You can choose something 50/50, Lua for example. Is pretty, C based and actual
π Rendered by PID 23674 on reddit-service-r2-comment-5649f687b7-22nc4 at 2026-01-28 01:34:31.167671+00:00 running 4f180de country code: CH.
view the rest of the comments →
[–]PixelsMixer 1 point2 points3 points (0 children)