Pumbaa
latest
  • Getting Started
  • User Guide
  • Developer Guide
  • Boards
  • Examples
  • Library Reference
    • 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
    • 2. MicroPython modules
    • 3. Pumbaa modules
  • License
  • Videos
Pumbaa
  • Docs »
  • Library Reference »
  • 1. Standard Library modules
  • Edit on GitHub

1. Standard Library modules¶

Python Standard Library modules. Only a subset of the cPython module functionality is implemented in MicroPython.

  • 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
Next Previous

© Copyright 2015-2017, Erik Moqvist. Revision 2a1869cc.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.