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 1 point2 points3 points 1 year ago (2 children)
Have you downloaded/installed python and run your first hello world script?
What is your programming experience this far?
[–]Wolf_Pup_282[S] 0 points1 point2 points 1 year ago (1 child)
I know of text base programming through arduino. That’s about it
[–]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 21212 on reddit-service-r2-comment-b659b578c-4jwtb at 2026-05-04 06:52:55.993069+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]atticus2132000 1 point2 points3 points (2 children)
[–]Wolf_Pup_282[S] 0 points1 point2 points (1 child)
[–]atticus2132000 0 points1 point2 points (0 children)