MicroPython - lvidarte/esp8266 GitHub Wiki
MicroPython on the ESP8266: beautifully easy IoT
MicroPython is a lean and efficient implementation of the Python 3 Programming Language that includes a small subset of the Python standard library and is optimized to run on microcontrollers and in constrained environments.
MicroPython aims to implement the Python 3.4 standard, and most of the features of MicroPython are identical to those described by the documentation at docs.python.org.
- MicroPython Official Site: https://micropython.org/
- MicroPython on the ESP8266: Video by Damien George
- MicroPython: ESP8266 Documentation
- MicroPython: Python standard libraries and micro-libraries
- MicroPython: v1.8.2 Contents
- MicroPython: Github
- MicroPython: Kickstarter Updates
- Try micropython live!: http://micropython.org/live/
- Microcontrollers with MicroPython: https://www.pycom.io/
- Adafruit Learn: MicroPython series, by Tony DiCola
- Adafruit MicroPython Fork: CircuitPython