array — Efficient arrays of numeric values — Python 3.11.16 documentation

docs.python.org

Tin mới

bisect — Array bisection algorithm

weakref — Weak references

Python Module Index

3.11.16 Documentation

The Python Standard Library

bytes-like objects

A new array whose items are restricted by typecode, and initialized from the optional initializer value, which must be a bytes or bytearray object, a Unicode string, or iterable over elements of the appropriate type.

struct: Interpret bytes as packed binary data.

Packing and unpacking of heterogeneous binary data.

xdrlib: Encoders and decoders for the External Data Representation (XDR). (deprecated)

Packing and unpacking of heterogeneous binary data.