2020-01-01 06:51:42 -05:00
|
|
|
MicroPython language and implementation
|
|
|
|
=======================================
|
2015-06-24 19:20:57 -04:00
|
|
|
|
2017-07-01 15:09:40 -04:00
|
|
|
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 <https://docs.python.org/3/reference/index.html>`_.
|
2015-06-24 19:20:57 -04:00
|
|
|
|
2017-07-01 15:09:40 -04:00
|
|
|
The MicroPython standard library is described in the
|
|
|
|
:ref:`corresponding chapter <micropython_lib>`. The :ref:`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.
|
2015-06-24 19:24:19 -04:00
|
|
|
|
2015-10-31 20:48:46 -04:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2017-07-02 06:47:35 -04:00
|
|
|
glossary.rst
|
2015-10-31 20:48:46 -04:00
|
|
|
repl.rst
|
2021-08-04 23:27:22 -04:00
|
|
|
mpremote.rst
|
2019-12-16 07:03:38 -05:00
|
|
|
mpyfiles.rst
|
2015-12-08 07:02:04 -05:00
|
|
|
isr_rules.rst
|
2016-03-11 05:50:46 -05:00
|
|
|
speed_python.rst
|
2016-09-06 02:52:00 -04:00
|
|
|
constrained.rst
|
2021-08-05 00:12:30 -04:00
|
|
|
manifest.rst
|
2017-12-10 17:06:38 -05:00
|
|
|
packages.rst
|
2018-07-20 01:51:06 -04:00
|
|
|
asm_thumb2_index.rst
|
2019-12-03 18:42:07 -05:00
|
|
|
filesystem.rst
|
2019-12-03 18:40:16 -05:00
|
|
|
pyboard.py.rst
|