Python First Step
Installing Python
Working in Python
Using Python as a Calculator
Python First programme
What is Variable
Variable Assignment
Naming Rules for Variables
Numeric Data Type
Boolean
String
Sequence Data Tpe
Set Data Type
Mapping Data Type
Types of Operator In Python
keyboard input
Input as an integer
input as a float
Print Example in Python
Using sep in Python Print
Python end Keyword in Print
If Statements
Indentation in Python
Colon(:) in Python
If - Else in Python
If-elif-else in Python
Nested IF
Use of 'AND' Operator with 'If'
While Loop In Python
Python While with Else Statement
Use of If - Else Within While Block
For Loop With List
The Range() Function
Python For Loop with Range()
Python Break statement
Python Continue statement
Pass statement in Python()
What is List
How to Create a List
Accessing List Element
Slicing List In Python
Modify List in Python
Delete an Item from the List
What is Tuple
How to Create a Tuple
Create a Tuple with single Element
Accessing Element of Tuple
Slicing Tuple In Python
Loop Through a Tuple
Update Tuple in Python
Delete a Tuple
Useful functions in Tuple
What is a Dictionary
How to Create a Dictionary
Create a Tuple with single Element
Accessing Element of a Dictionary
Loop Through a Dictionary
Update Dictionary in Python
Delete an item from the Dictionary
What is a Set
How to Create a Set
Access Item Of The Set
Add Element to The Set
Delete Element From The Set/li>
Set Operations In Python
What is a String
How to Create a String in Python
Access Character and Slicing in String
Python String Operation
String Format Method
Important Method in String
What is Function
Types of Function
How to Create a Function
Call a Function
Function Argument And Return Keyword
Different Type of argument
Recursive Function
Defining Modules
Types of Module
Built in Module
User Define Module
Import Python Module
Aliasing Modules
Packages
Handling an Exception
Multiple except with a try
Python Finally block/li>
Raise an Exception
else clause with try-except
What is a File?
Create, Open and Close a File
Python Read a File
Using ‘with’ as a keyword
Python File Write
Append Data to a File
Python File Modes
Syntax Errors and Exceptions
Handling Exceptions
Raising Exceptions
User-defined Exceptions
A First Look at Classes
Class Definition Syntax
Class Objects
A Program with Multiple Classes
Python Inheritance Syntax
Simple Inheritance in Python
Method Overriding in Python
Using super() function
Constructor in Inheritance
Calling Parameterised Constructor
Types of Inheritance
What is Polymorphism
Function Polymorphism in Python
Class Polymorphism in Python
polymorphism and Inheritance
Why Database Connection?
Software Requirement
Connecting MYSQL
Create Database from Python