0
What should I start with?
I'm new to the whole programming thing, and I would like to learn it to help with my robotics club. We use a basic script software (I think). Is there a certain language I should start with?
2 Réponses
+ 12
Please, Before asking a question on the Q/A, try to 🔍SEARCH. . . to avoid from posting duplicate threads!
Here’s a really cool [ INFOGRAPHIC: ] https://www.sololearn.com/post/69481/?ref=app that should make things easier for you. 😉
• https://code.sololearn.com/W26q4WtwSP8W/?ref=app
• https://code.sololearn.com/WvG0MJq2dQ6y/
Which programming language should you learn first?
[ ʇdıɹɔsɐʌɐɾ :ɹǝʍsuɐ ]
https://www.sololearn.com/post/58816/?ref=app
+ 4
When it comes to robotics I would suggest to start with C++ first, just because it is close to Arduino.
https://www.google.com/amp/s/www.circuito.io/blog/arduino-code.amp/
To wrap your head around programming in general, Python can also be a good first choice, as it is a very versatile and easy to learn language.