Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 921 Bytes

index.rst

File metadata and controls

28 lines (23 loc) · 921 Bytes

The MicroPython language

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 at docs.python.org.

The MicroPython standard library is described in the corresponding chapter <micropython_lib>. The cpython_diffs chapter 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.rst repl.rst isr_rules.rst speed_python.rst constrained.rst packages.rst asm_thumb2_index.rst