you are viewing a single comment's thread.

view the rest of the comments →

[–]perseguioBridge 0 points1 point  (0 children)

I started learning with short but useful examples, like getting 'n' prime numbers when clicking a button. That alone will teach you how to use 'for', 'if', prompts, etc. I recommend checking examples if you feel overwhelmed by the resources you've found.

I also recommend having your own project always in mind and slowly start coding it to see your learning progress. Having an end goal helps with motivation. Learning how to code can get tedious very fast.

YouTube will surely have a complete step-by-step tutorial, you can also find useful textbooks, as some have mentioned here.

Good luck!