After covering lists, you can now start exploring the interaction of different data structures, namely list of strings. You will first revise basic syntax like the previous two sessions and then move on to coding questions. You will also learn to make use of basic functionalities like appending, slicing, typecasting etc.
One of the first steps in data analysing as a data scientist is acquiring the data. The acquired data is mostly in string format. Cleaning this data is the first step. Learning functionalities of the string is thus, one of the most important objectives of this session. You will be doing similar activities in the upcoming questions.
You will be understanding the following questions in this session: