MicroPython

Python RuntimePython N/AIntermediate

Lean Python 3 implementation for microcontrollers and embedded systems

Quick Info

Python Version
N/A
Dependencies
None (firmware)
Install
https://micropython.org/download/

Learn by Difficulty

Quick Example

python
# MicroPython
# Lean Python 3 implementation for microcontrollers and embedded systems
#
# MicroPython is a Python runtime/implementation.
# Key features and usage information:
print("MicroPython")
print("Lean Python 3 implementation for microcontrollers and embedded systems")
print("Python Version: N/A")

MicroPython is lean python 3 implementation for microcontrollers and embedded systems. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter