advanced python syllabus
Topic: 1: Topic Name: Python OOPs : classes Objects how to create class how to create objects how to create properties how to create methods how to work with properties How to work with methods Difference between functions and methods What is Self-keyword? how to use self, What does self-keyword indicate? How to create multiple objects for the same class manipulate the properties/methods How to know the memory location of an object reference. Topic: 2 – Constructors – done importance of self-keyword in python constructors OOPs concepts (ex:inheritance) use of default pre-defined classes, use of user-defined classes, pre-defined methods user-defined methods user-defined properties Topic:3 – Modules (Pre-defined) Python Modules import keyword pre-defined modules: webbrowser sys math datetime date time various ways of importing modules import using * notation import using individual functions import using “from “ syntax from *** import