MicroPython is a full Python compiler and runtime that runs on the micro-controller hardware. Programming in MicroPython is very similar to programming in Python: all of the language features of Python are also in MicroPython, apart from a few exceptions. Because microcontrollers and embedded systems are much more limited than our computers, MicroPython does not come with the full standard library by default.
This MicroPython training course will teach you the programming language MicroPython, it's essential features and the platform or the microcontroller on which it will run.
By attending MicroPython workshop, delegates will learn:
- The history of MicroPython
- The differences between MicroPython and other programming languages
- The hardware you’ll use to build devices
- The process to set up, code, and deploy your own MicroPython project
