Let's summarise what you learnt in this session.
Overall in this module, in the first session, you started your learning journey in Python by writing your first program and then went on to see the different data types supported by Python and various arithmetic and string operations using the same.
The second session was all about grasping concepts of different data structures supported by Python, where you learned in detail about List, Tuples, Sets and Dictionary.
The third session was about control structures and functional programming in Python, how decision-making statements and loops play an essential role etc.
Finally, in this session, you learnt about classes, objects methods and various OOP methodologies. You started from what are classes, what are objects, how these two are related, and how you implement methods. Moving further, you learnt in detail about one of the most crucial object-oriented programming methodology called 'inheritance', how Python supports the same, and how do you override it using a method.
If you want to learn more about object-oriented programming in python, click on the links given below: