RESEARCH: Adafruit CircuitPython
CircuitPython is an open source programming language which is an implementation of the Python 3 programming language ported to run on several modern microcontrollers. It is a full Python compiler and runtime that runs on mainstream microcontrollers (runs on Adafruit Circuit Playground Express & ESP8266). The support of many core Python libraries make it an awesome tools for makers as well as beginners.
I was introduced to the CircuitPython when I was given a demo board of the Adafruit Circuit Playground Express back in 2018. I plan to implement it in my projects based on the ESP8266.
More information will be added as I learn more about the CircuitPython.