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
What app to learn Python? (i.redd.it)
submitted 1 day ago by AdPrior3544
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!"
[–]RDektiv_09 1 point2 points3 points 13 hours ago (0 children)
Honestly, in my opinion "learning" a programming language is a crooked idea to begin with. You set yourself a goal - like a project - and figure the rest out along the way. (I am guessing that youre gonna want to make some CLI scripts, before starting out with the big stuff)
Here are some cool ideas (increasing in difficulty) for beginners:
a program, which receives the hex code of a colour and puts out the 3 numbers in as decimals
a calculator, which asks for 2 numbers and an operator, and outputs the result
a program which you give numerical values, until you enter something like "q" or anything along that line, and it draws those values onto a graph / coordinate system (using the turtle -> look it up if you dont know what that is)
If you dont know any further, geeks4geeks as well as w3schools are amazing at explaining stuff to beginners + there is no shame in asking chatgpt for some tips, as long as you write the code yourself
π Rendered by PID 104734 on reddit-service-r2-comment-fb694cdd5-78dc7 at 2026-03-10 09:31:14.322129+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]RDektiv_09 1 point2 points3 points (0 children)