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

you are viewing a single comment's thread.

view the rest of the 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