Now you have a deep, solid understanding of the core features and functionalities of Python lists. Lists are everywhere. They’re an important part of the language itself and are present in the standard library, third-party packages, and in just about every piece of Python code that you’ll find out there. So, learning about them is a fundamental skill that you must have under your belt.
In this video course, you’ve learned how to:
- Create new lists in Python using different approaches
- Access one or more items in an existing list
- Copy, update, grow, shrink, and concatenate existing Python lists
- Sort, reverse, and traverse existing lists using built-in functions and methods
- Use some other features of lists
Resources linked in this lesson: