1. Python Lists
2. Create a list
3. Create a list with different types
4. Select the valid list
5. List of lists
6. Subsetting Lists
7. Subset and conquer
8. Subset and calculate
9. Slicing and dicing
10. Slicing and dicing (2)
11. Subsetting lists of lists
12. Manipulating Lists
13. Replace list elements
14. Extend a list
15. Delete list elements (exercise)
16. Inner workings of lists