1. UNIT II
1.1. Control Flow
1.2. Order of Evaluations
1.3. Selection Statements
1.3.1. if
1.3.2. if else
1.3.3. if elif else
1.4. Looping Statements
1.4.1. While
1.4.2. for
1.5. break
1.6. continue
1.7. pass
1.8. Data Structures
1.8.1. Lists
1.8.1.1. Operations
1.8.1.2. Slicing
1.8.1.3. Comprehensions
1.8.2. Tuples
1.8.2.1. Operations
1.8.2.2. Slicing
1.8.3. Sets
1.8.3.1. Operations
1.8.4. Dictionary
1.8.4.1. Operations
1.8.4.2. Comprehensions
2. UNIT I
2.1. History
2.2. Need of Python Programming
2.3. Differences between C and Python
2.4. Basics of python using shell
2.5. Installation of Python IDE
2.6. Variables, Keywords
2.7. Indentation and Input-output
2.8. Types
2.8.1. Integer
2.8.2. String
2.8.3. Boolean
2.9. Operators
2.9.1. Arithmetic
2.9.2. Relational
2.9.3. Bit-wise
2.9.4. Logical
2.9.5. Membership
2.9.6. Identity
2.10. Expressions
3. UNIT V
3.1. Exception Handling
3.1.1. Types of Errors
3.1.2. Error vs Exception
3.1.3. Need of Exception Handling
3.1.4. Handling Exception
3.1.4.1. try
3.1.4.2. except
3.1.4.3. raise exception
3.1.4.4. finally
3.1.5. user defined exception
3.2. Regular expressions
3.3. Turtle Graphics
4. UNIT III
4.1. Functions
4.1.1. Defining Functions
4.1.2. Calling Functions
4.1.3. Argument Types
4.1.3.1. Keyword Arguments
4.1.3.2. variable length Arguments
4.1.3.3. Default Arguments
4.1.4. Anonymous Functions
4.1.4.1. using lambda
4.1.5. scope and life time
4.1.5.1. Local variables
4.1.5.2. Global Variables
4.2. Modules
4.2.1. importing modules
4.2.2. usage of from
4.2.3. name spacing
4.2.4. creating modules
4.3. Python Packages
4.3.1. introduction to PIP
4.3.2. installing packages using PIP
4.3.3. using python packages
5. UNIT IV
5.1. OOP in Python
5.1.1. Need of OOP
5.1.2. OOP Principles
5.1.3. class and object
5.1.4. self variable
5.1.5. Inheritance
5.1.5.1. Single
5.1.5.2. Hierarchical
5.1.5.3. Multi level
5.1.5.4. Multiple
5.1.6. Encapsulation
5.1.6.1. public variables
5.1.6.2. Private varibles
5.1.6.3. protected variable
5.1.7. Polymorphism
5.1.7.1. Method overriding
6. Student Prerequisites
6.1. Access to computer
6.2. Literacy in English
6.3. Internet Access
6.4. Willingness and interest
6.5. Knowledge on Installation of python
6.5.1. How to install Python on Windows 10 | Works with CMD!