December 2023
Intermediate to advanced
794 pages
16h 31m
English
Data dominates. If you’ve chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.
— Rob Pike
The chapter titled “Tuples” introduces the reader to an immutable sequence of Python objects and the benefits they provide. In the subsequent subsections, the reader is introduced with the basics of tuples, tuple operations, and tuple functions and methods.
After completing this chapter, the reader will learn to understand the usage of tuples and answer the questions related to the following
Read now
Unlock full access