MicroPython is an open source programming language created in 2014 by Damien P. George.
#179on PLDB | 10Years Old |
git clone https://github.com/micropython/micropython
MicroPython is a software implementation of the Python 3 programming language, written in C, that is optimized to run on a microcontroller. MicroPython is a full Python compiler and runtime that runs on the micro-controller hardware. The user is presented with an interactive prompt (the REPL) to execute supported commands immediately. Read more on Wikipedia...