CircuitPython
Python RuntimePython N/AIntermediate
Adafruit's MicroPython fork optimized for education and hardware boards
Quick Info
- Python Version
- N/A
- Dependencies
- None (firmware)
- Install
https://circuitpython.org/downloads
Learn by Difficulty
Quick Example
python
# CircuitPython # Adafruit's MicroPython fork optimized for education and hardware boards # # CircuitPython is a Python runtime/implementation. # Key features and usage information: print("CircuitPython") print("Adafruit's MicroPython fork optimized for education and hardware boards") print("Python Version: N/A")
CircuitPython is adafruit's micropython fork optimized for education and hardware boards. It provides an alternative way to run Python code.
Try in PlaygroundTags
runtimeimplementationinterpreter