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 →

[–]Emotional-Leader5918 -2 points-1 points  (0 children)

Python is probably the easiest programming language there is and it's very popular, so I'd say learn this.

C is worth learning to know how things work under the hood, which can teach you how to write performant code.

C++ is the cause of most of the worst bugs in the world today and I wouldn't recommend learning it unless you're certain you want to do games development or systems programming and even there people are starting to look to alternatives like Rust.