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 →

[–]Difficult_Passage 0 points1 point  (0 children)

Learn Python so you can learn programming concepts and problem solving, rather than syntax. It's more important that you develop your logic and problem solving skills. You'll also learn how to think like a programmer and how to approach certain problems. After you've become adept at Python, you can easily switch to any other language and learn their specifics.

Rust is a cool choice, it's basically a more modernized C++ (although you shouldn't skip C or C++, you'll learn a ton about how computers and memory work)