Ross ROSS = Recommend OSS · open-source software intelligence for agents

MicroPython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems observed · 2026-08-28

github.com/micropython/micropython · homepage · C · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
micropython/micropythonmain91
micropython/micropython-libsdk77

For agents

markdown · JSON · MCP: product_card(name="micropython/micropython")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem