MicroPython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 116
- age_days: 4639
- days_rel: 9
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
22012 stars · 8948 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MicroPython is a lean, efficient implementation of Python 3 designed to run on microcontrollers and other constrained systems, fitting in as little as 256K of code space and 16K of RAM. It includes a compiler, runtime, interactive REPL, a subset of the standard library, and hardware-specific modules for GPIO, SPI, I2C, PWM, Bluetooth, and other peripherals.
Use cases
- program microcontrollers in python
- control gpio pins with python on esp32
- run python on embedded hardware with limited ram
- prototype iot devices with a repl
- blink leds and read sensors using python
- flash firmware onto rp2040 or stm32 boards
- write scripts for constrained embedded systems
When to choose
- you know python and want to program microcontrollers without learning c
- you need an interactive repl on bare-metal hardware
- your device has very limited flash and ram
- you want hardware peripheral access (i2c, spi, pwm) from a high-level language
When to avoid
- you need the full cpython standard library or third-party c-extension ecosystem
- you need maximum performance or hard real-time guarantees
- you are targeting desktop or server applications
- you need large memory footprints or heavy multithreading
Facets
library · maturity stable
interpreter compiler programming-language embedded embedded-systems programming-languages iot hardware embedded iot cross-platform windows cpp c micropython microcontroller python-implementation bare-metal firmware esp32 esp8266 rp2040 stm32 cpython-compatible linux macos
4 sources
- readme: https://github.com/micropython/micropython · fetched 2026-08-28 · 78495728ba24
- homepage: https://micropython.org · fetched 2026-08-29 · a9cff59f66e7
- site_page: https://docs.micropython.org · fetched 2026-08-29 · 051076a5de02
- site_page: http://docs.micropython.org · fetched 2026-08-29 · 1c82a3f8f537
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| micropython/micropython | main | 91 |
| micropython/micropython-lib | sdk | 77 |
For agents
markdown · JSON · MCP: product_card(name="micropython/micropython")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem