Skip to main content

One doc tagged with "tuples"

View all tags

Tuples and Immutability - Engineering with Stable Data

Master Python tuple internals at the engineering level - CPython PyTupleObject layout, immutability vs constancy, hashability mechanics, named tuples, structural unpacking, and when to choose tuples over lists in production code.