SolarOS 4.6.8 manual · app
python
Embedded MicroPython runtime. It can run an interactive REPL, .py scripts, or .mpy files from storage. Python scripts can use SolarOS service bindings when the selected firmware includes the corresponding packages.
Usage:
python
python file.py [args...]
python file.mpy [args...]
Controls:
exit()returns from the REPL.- App-exit key interrupts running code or exits.