1 repositorio
Provides reduced-feature implementations of standard library modules so developers reuse existing Python knowledge.
Distinct from Python Module Development: Distinct from Python Module Development: focuses on enabling knowledge reuse through reduced implementations, not authoring new modules.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Knowledge Reuses. Refine with filters or upvote what's useful.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Provides reduced-feature standard library implementations so developers reuse existing Python knowledge.