+ 1
Robotic Programming Languages
Hi. I need to know what are the programming languages ââused in robotics (to learn). the idlers abstain please. Thank you
5 Answers
+ 4
As a starter you can use JS(with Raspberry Pi) for simplicity, in advanced level with devices such as Ardunio and ... C++ is the best choice
+ 3
Cesar Astorga it depends on what microcontroller you're using. There are many available, but the two most popular ones are Raspberry Pi and Arduino. If you're on Raspberry Pi, then you have many languages to choose from such as C++, Python, JavaScript... Arduino on the other hand uses C++ only, but with it's proper functions. Both of these microcontrollers should be good to teach you the basics.
+ 3
Cesar Astorga since you're a beginner, and just want to get quickly into programming, you'll probably want Python. It is also compatible with Raspberry Pi, and many other microcontrollers, so you should be fine.
+ 1
I ask because I don't know anything about programming and I have to present myself in a job interview for a robotics company, although they will teach me everything, I want to get ahead of the interview. Should I learn Python or C ++? I never worked on this.
+ 1
I already started with Python. I will continue with that then. Thank you Aymane and Saboor.