micropython

v 1.25.0 Updated: 1 month, 3 weeks ago

Python implementation for microcontrollers and constrained systems

The MicroPython project aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. MicroPython implements the entire Python 3.4 syntax (including exceptions, with, yield from, etc., and additionally async/await keywords from Python 3.5). The following core datatypes are provided: str (including basic Unicode support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array, collections.namedtuple, cl…

https://micropython.org/

To install micropython, paste this in macOS terminal after installing MacPorts

sudo port install micropython

Add to my watchlist

Installations 1
Requested Installations 1