
MicroPython - Python for microcontrollers
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in …
Overview — MicroPython latest documentation
5 days ago · MicroPython documentation Welcome! This is the documentation for MicroPython, last updated 27 Mar 2026. MicroPython runs on a variety of systems and hardware platforms. Here you …
1. Getting started with MicroPython on the ESP32 — MicroPython …
1. Getting started with MicroPython on the ESP32 Using MicroPython is a great way to get the most of your ESP32 board. And vice versa, the ESP32 chip is a great platform for using MicroPython. This …
Overview — MicroPython v1.25.0 documentation
Apr 15, 2025 · This is the v1.25.0 version of the MicroPython documentation. The latest development version of this page may be more current.
MicroPython libraries — MicroPython latest documentation
MicroPython libraries Warning Important summary of this section MicroPython provides built-in modules that mirror the functionality of the Python standard library (e.g. os, time), as well as MicroPython …
Getting Started — MicroPython latest documentation
Getting Started This guide covers a step-by-step process on setting up version control, obtaining and building a copy of the source code for a port, building the documentation, running tests, and a …
MicroPython language and implementation
The MicroPython differences from CPython chapter describes differences between MicroPython and CPython (which mostly concern standard library and types, but also some language-level features). …
micropython – access and control MicroPython internals — …
micropython – access and control MicroPython internals Functions micropython.const(expr) Used to declare that the expression is a constant so that the compiler can optimise it. The use of this function …
1. Getting started with MicroPython on the ESP8266 — MicroPython …
1. Getting started with MicroPython on the ESP8266 Using MicroPython is a great way to get the most of your ESP8266 board. And vice versa, the ESP8266 chip is a great platform for using MicroPython. …
MicroPython on microcontrollers
MicroPython on microcontrollers MicroPython is designed to be capable of running on microcontrollers. These have hardware limitations which may be unfamiliar to programmers more familiar with …