MicroPython language and implementation — MicroPython latest documentation (original) (raw)
This is the documentation for the latest development branch of MicroPython and may refer to features that are not available in released versions.
If you are looking for the documentation for a specific release, use the drop-down menu on the left and select the desired version.
MicroPython aims to implement the Python 3.4 standard (with selected features from later versions) with respect to language syntax, and most of the features of MicroPython are identical to those described by the “Language Reference” documentation atdocs.python.org.
The MicroPython standard library is described in thecorresponding chapter. The MicroPython differences from CPythonchapter describes differences between MicroPython and CPython (which mostly concern standard library and types, but also some language-level features).
This chapter describes features and peculiarities of MicroPython implementation and the best practices to use them.
- Glossary
- The MicroPython Interactive Interpreter Mode (aka REPL)
- Reset and Boot Sequence
- MicroPython remote control: mpremote
- MicroPython .mpy files
- Writing interrupt handlers
- Maximising MicroPython speed
- MicroPython on microcontrollers
- MicroPython manifest files
- Package management
- Inline assembler for Thumb2 architectures
- Working with filesystems
- The pyboard.py tool
- MicroPython 2.0 Migration Guide