The following lessons from the video course about lists and tuples may seem a step back towards more basic Python topics. However, your task is to look at these basic data types from the perspective of all the topics we covered in the previous weeks.
As you cover this review of these basic data types, try to think of how the characteristics of lists and tuples are linked to special methods, how the concept of mutability and immutability plays an important role.
We’ll have plenty of discussions on the forum to make sure you know what’s happening behind the scenes when we use these common data types. And any questions that pop into your head, just post them on the forum. We’ll use them as discussion starters.
These lessons are part of a Real Python video course by Christopher Bailey.