In this session, we will learn about all other data structures like tuples, sets and dictionary. From the data science perspective, the dictionary is one of the most important data structure and you will learn so in upcoming modules. You will focus on iterating through the dictionary keys and values. The key learnings from the previous sessions will also fit in this as more often than not, the keys and values are either strings or lists or lists of strings. You will also see different scenarios where a dictionary will make the problem much easier.
The learning objectives will be achieved with the help of the following problems: