Skip to main content

One doc tagged with "api design"

View all tags

When to Return a Tuple in Python

When to use tuples vs lists in Python return values. Covers immutability, multi-value returns, tuple semantics, and clean API design patterns.