2015-06-25 00:20:57 +01:00
|
|
|
The MicroPython language
|
|
|
|
========================
|
|
|
|
|
|
|
|
MicroPython aims to implement the Python 3.4 standard, and most of
|
|
|
|
the features of MicroPython are identical to those described by the
|
|
|
|
documentation at
|
|
|
|
`docs.python.org <https://docs.python.org/3.4/reference/index.html>`_.
|
|
|
|
|
|
|
|
Differences to standard Python as well as additional features of
|
|
|
|
MicroPython are described in the sections here.
|
2015-06-25 00:24:19 +01:00
|
|
|
|
2015-11-01 00:48:46 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
repl.rst
|
2015-12-08 12:02:04 +00:00
|
|
|
isr_rules.rst
|
2016-03-11 10:50:46 +00:00
|
|
|
speed_python.rst
|
2016-09-06 07:52:00 +01:00
|
|
|
constrained.rst
|
2015-11-01 00:48:46 +00:00
|
|
|
|
2015-06-25 00:24:19 +01:00
|
|
|
.. only:: port_pyboard
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
asm_thumb2_index.rst
|