This is a hands-on program, with examples and code throughout. You are expected to enter the code, run it, and then modify it to do what you want. You don’t just buy a robot; you build it so you can understand all the pieces and can make sense of the way Python works with the robot to control its motors and sensors.Â
In this program, we take you through the basics of the Python language in small, easy-to-understand steps:
-
- We introduce you to the language
- We step into the world of artificial intelligence
- We explore programming in machine learning and neural networks
- We do it using Python and TensorFlow
- We work on real problems and real software, not just toy applications.
Artificial intelligence is complicated, but Python helps make a significant part of it accessible. Data science is complicated, but Python helps you do data science more easily. Robotics is complicated, but Python gives you the code that controls the robot. And Python even enables you to tie these pieces together and use, say, AI in robotics.