Built-in Types - Tuples, Python Software Foundation, 2024 (Python Software Foundation) - The official and definitive reference for Python's tuple type, detailing its creation, immutable nature, methods, and general usage.
Fluent Python, 2nd Edition, Luciano Ramalho, 2022 (O'Reilly Media) - A comprehensive book offering an in-depth understanding of Python's data model, including the specifics of how tuples function as immutable sequences and their implications.