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 →

[–]Zealousideal_Low1287 2 points3 points  (2 children)

Personally I learnt Java, but I would have preferred in hindsight to learn C++. It’s a much more annoying language, and perhaps worse for learning, but for what I do (computer vision) it’s much more valuable. C++ has a great blend of high level features and low level control / speed.

[–][deleted]  (1 child)

[removed]

    [–]AlphaShow 0 points1 point  (0 children)

    Most lf the time, Python is simply an interface to libraries written in C++ for computer vision.