.. Places parent toc into the sidebar :parenttoc: True .. _getting_started_micropython: ================================== Getting started with MicroPython ================================== .. currentmodule:: emlearn emlearn has dedicated support for `MicroPython `_ through `emlearn-micropython `_. It enables using emlearn to get efficient inference, but by programming only in Python and not having to deal with the underlying C code. MicroPython supports a wide range of microcontroller devices, and enables interactive programming. It also supports modern features such as file-system access, USB mass storage, etc. Information about the supported ML models and how to get started, can be found in the :doc:`emlearn-micropython documentation `.