In Python, lists, sets, and key-value mappings (dictionaries) are provided directly in the language as container classes . They manage objects of other classes (also potentially of different data types).
5.1 Introduction
In the following, I first describe sequential data types and especially their operations. After that, you briefly look at lists, sets, and dictionaries.