Library ReferenceΒΆ
Here is a list of builtin modules in Pumbaa.
- 1. Standard Library modules
- 1.1.
array— Array - 1.2.
binascii— Convert between binary and ASCII - 1.3.
cmath— Mathematical functions for complex numbers - 1.4.
collections— High-performance container datatypes - 1.5.
hashlib— Secure hashes and message digests - 1.6.
io— Core tools for working with streams - 1.7.
json— JSON encoder and decoder - 1.8.
math— Mathematical functions - 1.9.
os— Miscellaneous operating system interfaces - 1.10.
random— Generate pseudo-random numbers - 1.11.
select— Waiting for I/O completion - 1.12.
socket— Low-level networking interface - 1.13.
ssl— TLS/SSL wrapper for socket objects - 1.14.
struct— Interpret strings as packed binary data - 1.15.
sys— System-specific parameters and functions - 1.16.
_thread— Low-level threading API - 1.17.
time— Time access and conversions - 1.18.
zlib— Compression compatible with gzip
- 1.1.
- 2. MicroPython modules
- 3. Pumbaa modules