+ 1
I want to go in the field of Robotics . Which programming language is best for me. I already learn html , c , c++ , kotlin.
1 Resposta
+ 3
Two main programming languages are the best when used in robotics: C++ and Python, often used together as each one has pros and cons. C++ is used in control loops, image processing and to interface low-level hardware. Python is used to handle high-level behaviors and to quickly develop tests or proof of concepts.