MicroPython All In One
MicroPython is a full implementation of the Python 3
programming language that runs directly on embedded hardware
like Raspberry Pi Pico
. You get an interactive prompt
(the REPL
) to execute commands immediately via USB Serial
, and a built-in filesystem. The Pico port of MicroPython includes modules for accessing low-level chip-specific hardware.