May 2020
Intermediate to advanced
262 pages
6h 48m
English
Launched as a Kickstarter campaign in 2013 by its creator, Damien George, MicroPython is an implementation of the Python 3 language for microcontrollers. MicroPython is run at the bare metal layer of the microcontroller, meaning that the language has access to the microcontroller's physical inputs and outputs. This allows developers to use MicroPython to read sensory information such as ambient temperature as well as control motors, relays, and so on. With MicroPython, developers can utilize the power and ease of Python 3 for building things such as robots.