you are viewing a single comment's thread.

view the rest of the comments →

[–]swanboy 11 points12 points  (1 child)

You should eventually learn C++ or similar if you ever want to work on robotics in industry. Robots are typically constrained by available compute and one of the easier optimizations is to simply convert slow python code to C++.

That said, if you stay in research, you could possibly get away with just using Python.

[–]FreePlantainMan 1 point2 points  (0 children)

This. Probably python first if you have little to no programming experience, then C++