0
Which one would be better to learn first? C / C++ or Python?
I do have some aquaintance with C++(basics) and will mostly need programming for robotics.
2 Answers
+ 2
Learn C, and more for robotics. C is used for low basic functionality such as microcontrollers and microprocessors. And if you learn C you will find easier to learn C++.
+ 1
First learn basics of C++, once go through few basic concepts ( classes, objects, inheritance ) later on start with python.