Skip to content
Snippets Groups Projects
Select Git revision
  • 2e516074daee76fb3e0710a893a0f40532bb3252
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

index.rst

Blame
  • user avatar
    Ayke van Laethem authored and Damien George committed
    This system makes it a lot easier to include external libraries as static,
    native modules in MicroPython.  Simply pass USER_C_MODULES (like
    FROZEN_MPY_DIR) as a make parameter.
    2e516074
    History
    To learn more about this project, read the wiki.
    index.rst 1.00 KiB

    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 :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.