Now that we have a good grasp on how to write our code in Python and MicroPython, it is time to look at the supporting libraries that make up the firmware. As you will see, the libraries available in MicroPython mirror those in Python. In fact, the libraries in the firmware (sometimes called the application programming interface or API or firmware API) comprise a great deal of the same libraries in Python.
There are some notable exceptions for standard libraries where there is an equivalent library in MicroPython, but it has been renamed to distinguish it from the Python ...