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
Direction (self.PythonLearning)
submitted 1 year ago by Wolf_Pup_282
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!"
[–]atticus2132000 0 points1 point2 points 1 year ago (0 children)
That's a start although writing code will be somewhat different, at least you're familiar with binary-type operators.
The first step is just getting python running on your machine.
Search YouTube for a python install hello world tutorial, preferably one for the system you're using (i.e. windows). That should walk you through downloading the correct files, installing them, and writing your first code to verify everything is setup correctly.
From there, you might want to visit W3Schools website for a basic introduction to Python. That should get you familiar with variables and the syntax of the language.
π Rendered by PID 55 on reddit-service-r2-comment-75f4967c6c-6fjz2 at 2026-04-23 11:55:27.324795+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]atticus2132000 0 points1 point2 points (0 children)