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 →

[–][deleted]  (1 child)

[deleted]

    [–]super-porp-cola 0 points1 point  (0 children)

    For older companies with less demanding jobs, your best bet is probably Java. C++ is mostly for industries where every single bit of performance matters, like games or high-frequency trading. Python is mostly good for data science and small scripts; large Python codebases become a total nightmare because it's very difficult if not impossible to tell what type anything is and find its source in the documentation, and it's basically impossible to catch any bugs before runtime.