December 2023
Intermediate to advanced
794 pages
16h 31m
English
Smart data structures and dumb code works a lot better than the other way around.
— Eric S. Raymond
A list, also known as a linear sequence, is one of the most common ways to organize and access a large amount of data. A list is an ordered collection of items or elements. A single variable identifies each element. This chapter aims to enlighten the reader on Python list creation, manipulation, and operations. Finally, it teaches how to use the built-in list functions and methods in programming.
After completing this chapter, the reader will comprehend the context and its associated questions:
Read now
Unlock full access