Python is one of the most loved programming languages by developers, data scientists, software engineers.
Python is a general purpose and high level programming language.
Although it can do complex tasks and easy to learn.
PYTHON SYLLABUS:
--------------------------
UNIT-1.Introduction to Python
UNIT-2.Python Flow Control
UNIT-3.Python Functions
UNIT-4.Python Datatypes
UNIT-5.Python Files
UNIT-6.Python Object and Class
UNIT-1.Introduction to Python:
-----------------------------------
1.1-Introduction
1.2-Running Python
1.3-Keywords and Identifiers
1.4-Statements Indentation and Comments
1.5-Python Variables
1.6-Python Datatypes
1.7-Python Type Conversion
1.8-Python I/O and Import
1.9-Python Operators
1.10-Python Namespace
UNIT-2.Python Flow Control:
--------------------------------
2.1-Python if..else
2.2-Python for Loop
2.3-Python while Loop
2.4-Python break and continue
2.5-Python Pass
UNIT-3.Python Functions:
-----------------------------
3.1-Python Function
3.2-Function Argument
3.3-Python Recursion
3.4-Anonymous Function
3.5-Global,Local and Nonlocal
3.6-Python Global Keyword
3.7-Python Modules
3.8-Python Package
UNIT-4.Python Datatypes:
-----------------------------
4.1-Python Numbers
4.2-Python List
4.3-Python Tuple
4.4-Python String
4.5-Python Set
4.6-Python Dictionary
UNIT-5.Python Files:
-----------------------
5.1-Python File Operation
5.2-Python Directory
5.3-Python Exception
5.4-Exception Handling
5.5-User-Defined Exception
UNIT-6.Python Object and Class:
------------------------------------
6.1-Python OOP
6.2-Python Class
6.3-Python Inheritance
6.4-Multiple Inheritance
6.5-Operator Overloading