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. Included are a selection of core Python libraries; MicroPython includes modules which give the programmer access to low-level hardware.
MicroPythonMicropython-logo.svgOriginal author(s)Damien GeorgeInitial releaseMay 3, 2014; 4 years agoStable release1.9.4 / May 11, 2018; 6 months agoRepositorygithub.com/micropython/micropythonEdit this at WikidataWritten inCPlatformMicro Bit, Arduino, ESP8266, ESP32,STM32TypePython implementationLicenseMIT license Websitehttps://micropython.org[2]MicroPython was originally created by the Australian programmer and physicist Damien George, after a successful Kickstarter backed campaign in 2013.[6] While the original Kickstart campaign released MicroPython with a pyboard microcontroller, MicroPython supports a number of ARM based architectures. MicroPython has since been run on Arduino platform based products, ESP8266, ESP32, and Internet of things hardware. In 2016 a version of MicroPython for the BBC Micro Bit was created as part of the Python Software Foundation’s contribution to the Micro Bit partnership with the BBC.[16] The source code for the project is available on GitHub.

https://en.wikipedia.org/wiki/MicroPython

MicroPython was last modified: November 21st, 2018 by Jovan Stosic

Leave a Reply