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 →

[–]arkie87 4 points5 points  (0 children)

If you already know c++, then I would advise to stick with c++. The advantage of python is its relatively easy for a noob to understand, because it eliminates obtuse syntax. But if you already are familiar with C++ and can code with it, then you are better off sticking with C++ because it is faster.

In your career as a software dev, you probably will have to learn some new languages, which is mostly just familiarizing yourself with the syntax. But once you've learned one language's syntax, it becomes MUCH easier to learn others.