TOPIC 1: Data Structures-List
TOPIC 2: Data structures-Tuple
TOPIC 3: Data Structures - Dictionary
Topic 4: Python File Operation (With Examples) (programiz.com)
Source: https://www.w3schools.com/python/python_file_handling.asp
Topic 5: Modules
Topic 6: OOPs [Object Oriented Programming ]
Additional Resources:
https://www.youtube.com/watch?v=pnWINBJ3-yA
https://www.javatpoint.com/python-oops-concepts
https://drive.google.com/file/d/1rEjO6PksK-vqD8UBMT87ojMnkAHAUG-W/view
https://www.youtube.com/watch?v=C8qE3mKiBrQ
Activity 2: Creating a class and object
Activity 3: Using Constructor in program
Activity 4: Implementing polymorphism
Activity 5: Implementing inheritance
Activity 6: Creating dynamic applications using OOPs