Introduction of Python – Part 1 |
|
|
Installing Python IDES |
 |
 |
Writing Your First Python Program |
 |
 |
Data-types in Python |
 |
 |
Variables in Python |
 |
 |
Typecasting in Python |
 |
 |
Operators in Python |
 |
 |
Taking User Input (Console) |
 |
 |
Conditional Statements |
 |
 |
Python Collections (Arrays) |
 |
 |
String Manipulation |
 |
 |
User Defined Functions |
 |
 |
Lambda Function |
 |
 |
Importing Modules |
 |
 |
Part 2 |
|
|
Basics of Object Oriented Programming |
 |
 |
Creating Class and Object |
 |
 |
Constructors in Python |
 |
 |
Inheritance in Python |
 |
 |
In built class methods and attributes
|
 |
 |
Multi-Level and Multiple Inheritance
|
 |
 |
Method Overriding and Data Abstraction
|
 |
 |
Encapsulation and Polymorphism |
 |
 |