SUMMARY
This chapter started with an explanation of lists and operations such as splicing and updating lists. Then you learned how to work with vectors, matrices, and queues.
Next you learned about tuples, sets, and dictionaries. You also saw Python code samples that illustrate how to define lambda expressions and how to use the map() function and filter() function in Python.