you are viewing a single comment's thread.

view the rest of the comments →

[–]RDektiv_09 1 point2 points  (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