PythonExtra language and implementation ======================================= PythonExtra 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 PythonExtra are identical to those described by the "Language Reference" documentation at `docs.python.org `_. The PythonExtra standard library is described in the :ref:`corresponding chapter `. The :ref:`cpython_diffs` chapter describes differences between PythonExtra and CPython (which mostly concern standard library and types, but also some language-level features). This chapter describes features and peculiarities of PythonExtra implementation and the best practices to use them. .. toctree:: :maxdepth: 1 glossary.rst repl.rst reset_boot.rst mpremote.rst mpyfiles.rst isr_rules.rst speed_python.rst constrained.rst manifest.rst packages.rst asm_thumb2_index.rst filesystem.rst pyboard.py.rst micropython2_migration.rst