You probably want both, if you want robotics or biomedical.
Most experiments and model training will usually remain in Python, but inference and final product may use a large amount of existing C++ code, where running the model is just one small piece, and nobody wants to ship python just for inference, if they can help it.
Some shops also use Rust for inference/integration, but good luck finding these blessed jobs.
dancing_dead t1_j7k356m wrote
Reply to [D] Should I focus on python or C++? by NoSleep19
You probably want both, if you want robotics or biomedical. Most experiments and model training will usually remain in Python, but inference and final product may use a large amount of existing C++ code, where running the model is just one small piece, and nobody wants to ship python just for inference, if they can help it.
Some shops also use Rust for inference/integration, but good luck finding these blessed jobs.