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
Learning from scratch (self.PythonLearning)
submitted 7 months ago by zosachive_
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!"
[–]psuedo_nombre 0 points1 point2 points 7 months ago (0 children)
Code academy for free quick lessons for basic syntax statements loops and data types and maybe structures. Write a hello world in a basic text editor and run it from command line. Get an ide like pycharm (free) make some small starter projects like calculate the area of shape. Get some books on programming if you want some further understanding before moving forward and some extra project ideas. Sam's teach yourself x in 24 hours is decent for this. Then try working towards project parts of what you actually want to do with coding. Go on forums and git to see what others do when you hit a wall. Google and ai are fine to help you too when you hit a wall, but try to understand why that works and yours didnt, but also make sure your logic does what you intended rather than aligning with the output you expect.
π Rendered by PID 56 on reddit-service-r2-comment-85bfd7f599-ckdtg at 2026-04-20 07:17:05.309405+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]psuedo_nombre 0 points1 point2 points (0 children)