Skip to main content

3 docs tagged with "clean-code"

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.