Python Syllabus
Python Syllabus
6: Pyth on Fi l e O p erati on
Reading config files in python
Writing log files in python
Understanding read functions, read(), readline() and readlines()
Understanding write functions, write() and writelines()
Manipulating file pointer using seek
Programming using file operations
7: Pyth on O b ject O ri en ted Progra mmi n g – O op s
Concept of class, object and instances
Constructor, class attributes and destructors
Real time use of class in live projects
Inheritance , overlapping and overloading operators
Adding and retrieving dynamic attributes of classes
Programming using Oops support