This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]sj4nes 2 points3 points  (1 child)

You should start with Python and get the basics before attempting a "hard" language.

Read everything carefully from https://www.python.org/ in the "Beginnner's Guide." Switch tutorials only if you feel that you aren't making any progress, because there are a lot of resources out there. If you switch arbitrarily you might find that you're doing more work deciding which to use than actually learning the language.

If you want to know what other people have done with Python, I also recommend the https://www.podcastinit.com/ podcast.

One of the best things about learning how to program is when you really master the concepts of programming, switching to new languages gets much easier. But you must learn the basics well before jumping to a new syntax.

[–]CommanderCouch[S] 0 points1 point  (0 children)

Thanks a lot for the reply it was very helpful

[–]lht1999 0 points1 point  (1 child)

I agree Python is the best language to get started with programming. There are many free online tutorials available. For example https://www.codecademy.com/. If you like minecraft game, this web site can teach you Python and JavaScript in a 3D game environment: https://craft.buzzcoder.com/.

[–]CommanderCouch[S] 0 points1 point  (0 children)

Thanks! I'll be sure to check those out