Python
“Welcome to our comprehensive Python course, designed for everyone, regardless of experience. In this program, you’ll master core programming concepts and gain practical skills in Python, SQL, and Flask. Whether you’re a beginner or looking to expand your knowledge, this course will provide a solid foundation to help you build powerful applications and manage databases with confidence.”

MSLO-PYTHON-001
Introduction to Python ?
What is Python ?
Use of Python ?
Libraries ?
VS code
Data type
Numeric
String
Tuple
List
Dictionary
Set
String Methods
slicing
len()
upper()
lower()
strip()
Operators
Arithmetic operator
Comparison operator
Logical operator
Assignment operator
Identity operator
Membership operator
Bitwise operator
Control Flow
Conditional statement :
If
elif
else
Loops:
for
while
Function
Built in function
User define function
lambda function
Exception Handling
Types
Try & catch
Object Oriented Programming
Class & object
Inheritance
Polymorphism
Encapsulation
Abstraction