[$] Micro Python on the pyboard
A 2013 Kickstarterproject brought us Micro Python, which is a versionof Python 3 for microcontrollers, along with the pyboard torun it on. Micro Python is a complete rewrite of the interpreter thatavoids some of the CPython (the canonical Python interpreter written in C)implementation details that don't work well on microcontrollers.I recently got my hands on a pyboard and decided to give it-andMicro Python-a try.