[Python-Dev] MicroPython 1.3.7 released (original) (raw)

Paul Sokolovsky pmiscml at gmail.com
Mon Dec 8 13:26:49 CET 2014


Hello,

MicroPython is a Python3 language implementation which scales down to run on microcontrollers with tens of Ks of RAM and few hundreds of Ks of code size. Besides microcontrollers, it's also useful for small embedded Linux systems, where storage space is limited, for embedding as a scripting engine into standalone applications, where quick startup time is needed, etc.

http://micropython.org/ https://github.com/micropython/micropython

It went several months since the original announcement of MicroPython 1.0 (https://mail.python.org/pipermail/python-list/2014-June/672994.html), there were number of releases in the meantime, but we were too busy implementing new features, so this announcement provides just high-level overview of changes:

Besides core interpreter, there's also good progress on modules and applications:

Reference implementation of MicroPython runs on a microcontroller board with 1Mb Flash and 128Kb RAM, which should offer good platform for people interested in microcontroller usage (more info: http://micropython.org/). MicroPython can also be easily built and supported on Linux, MacOSX, and Windows systems (more info: https://github.com/micropython/micropython)

-- Best regards, Paul mailto:pmiscml at gmail.com



More information about the Python-Dev mailing list