QuecPython Standard Libraries

  • QuecPython provides built-in modules that reflect the Python standard libraries (e.g. os , time) as well as QuecPython specific modules (e.g. bluetooth , machine).

  • Most standard library modules realize equivalent Python modules, and in a few cases provide some QuecPython-specific extension modules (e.g. arrayos).

  • To allow for extension, built-in modules can be extended from Python codes loaded into the device.

This article introduces QuecPython build-in modules (functions and libraries).

You can view all the built-in libraries that can be imported by entering the following code on the REPL:

help('modules')

List of QuecPython Standard Libraries