index.rst 921 B

12345678910111213141516171819202122232425262728
  1. The MicroPython language
  2. ========================
  3. MicroPython aims to implement the Python 3.4 standard (with selected
  4. features from later versions) with respect to language syntax, and most
  5. of the features of MicroPython are identical to those described by the
  6. "Language Reference" documentation at
  7. `docs.python.org <https://docs.python.org/3/reference/index.html>`_.
  8. The MicroPython standard library is described in the
  9. :ref:`corresponding chapter <micropython_lib>`. The :ref:`cpython_diffs`
  10. chapter describes differences between MicroPython and CPython (which
  11. mostly concern standard library and types, but also some language-level
  12. features).
  13. This chapter describes features and peculiarities of MicroPython
  14. implementation and the best practices to use them.
  15. .. toctree::
  16. :maxdepth: 1
  17. glossary.rst
  18. repl.rst
  19. isr_rules.rst
  20. speed_python.rst
  21. constrained.rst
  22. packages.rst
  23. asm_thumb2_index.rst