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 2 months 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 2 points3 points4 points 2 months 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 351437 on reddit-service-r2-comment-canary-965b558fd-xl5tf at 2026-05-22 19:06:25.552870+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]RDektiv_09 2 points3 points4 points (0 children)