{% extends "defindex.html" %} {% block body %}
{{ _('Welcome! This is the documentation for MicroPython') }} v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
MicroPython runs on a variety of systems and each has their own specific documentation. You are currently viewing the documentation for {{ port_name }}.
Documentation for MicroPython and {{ port_name }}:
{% if port in ("pyboard", "wipy", "esp8266") %}
Quick reference for {{ port_name }}
General information about {{ port_name }}
Tutorials and code examples
Library Reference |
Language Reference
The {{ port }} hardware
Guide for {{ port_name }} on Windows (PDF)
License |
Indices and tables:
Module index
Full index |
Table of contents |
External links:
MicroPython homepage
MicroPython forum |
MicroPython on GitHub
The WiPy homepage |