1.Introduction to Python.:
● Installation & Environment settings.
● Introduction to Shell.
2. Variables, Keywords, Data types and Identifiers.
● Variables
● Keywords
● Data types
● Identifiers
3. String, List, Set, Tuple and Dictionary and Slicing
● String Data types
● List Data types
● Set Data types
● Tuple Data types
● Dictionary Data types
● Slicing
4. Operators :
● Arithmetic Operators
● Logical Operators
● Relational Operators
● Bitwise operators
● Assignment Operators
● Membership Operators
● Identity Operators
5. Control Statements
● Decisional Statements
● Looping Statements
● Break, Continue and Pass
6. Input and Print Statements:
● Input statements
● Print statements
7. Functions or Methods
● Types of Functions
● Arguments
● Packing and unpacking(varargs)
8. Oops:
● Class, Objects
● Inheritance
● Method Overriding
● Access Specifies
9. File Handling and Json:
● Flat File Handling
● Json
10. Exception Handling:
● Try
● Except and final