IoT is fun with MicroPython
Key takeaways
- Super easy entry to embedded programming
- Lot's of interactive demonstrations!
MicroPython is a Python implementation for embedded processors. It provides you with a subset of Python 3 features including numeric types, strings, tuples, lists, dictionaries and classes. Large parts of the Python standard library have also been ported. This session will give an introduction to MicroPython, discuss how it differs from traditional CPython, and how to get up and running with coding yourself.