# MicroPython > [!quote] 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. > [Raspberry Pi Documentation - MicroPython](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html#what-is-micropython) ## Links - [Raspberry Pi Documentation - MicroPython](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html#what-is-micropython) - [Home · micropython/micropython Wiki · GitHub](https://github.com/micropython/micropython/wiki) - [MicroPython Forum (Archive) - Forum](https://forum.micropython.org) - [Get Started with MicroPython on Raspberry Pi Pico — HackSpace magazine](https://hackspace.raspberrypi.com/books/micropython-pico) [[rp2040]] SDK: - [https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf](https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf)