Python Family Member - MicroPython

Python Family Member - MicroPython

Alternative Python implementation

### MicroPython :

MicroPython is an open source Python 3 software implementation that is designed to work for use on microcontrollers.

It includes a small subset of the Python Standard Library, but it is jam-packed with features like interactive prompts and arbitrary precision integers, as well as modules that can provide access to low-level hardware.

Originally developed by Damien George, an Australian programmer, who ran a successful Kickstarter campaign in 2013 and released the first MicroPython version with an STM32F4-powered development board called pyboard. In 2017, CircuitPython, another open source programming language that runs on microcontroller hardware and is a derivative of the MicroPython language, was developed using MicroPython.