Lists, List Methods and Automatic List Manipulation in Python
The list is an elementary object type in Python that can contain other objects.
In this hands-on practice-heavy workshop, you will learn some important tricks related to lists and to solve some common computing problems using lists.