In this course, you are going to program a mobile robot, using a language called Python. If you have never used it, but you are familiar with another language (C, Java), you will learn the basics very quickly.
In [ ]:
# this is a code cell
# click on it, then press Shift+Enter
print('Hello World!')
If the "Hello World!" message has been displayed as the output of the cell, congratulations! everything is working fine :-)
For the programs in this course, you need to know the basics of structured programming:
For a quick introduction to these topics in Python, you may browse through The Python Tutorial.
Let's proceed now to the next notebook: Moving the Robot
Sponsored by:
| [](http://www.ieee-ras.org) | [](http://www.cyberbotics.com) | [](http://www.theconstructsim.com) |
Follow us:
| [](https://www.facebook.com/RobotProgrammingNetwork) | [](https://www.youtube.com/user/robotprogrammingnet) |