DATA SCIENCE COURSE Python Programming Course
DATA SCIENCE COURSE Python Programming Course
Topics
GETTING
Python Fundamentals
String Manipulation
List Manipulation:
Tuples:
• Introduction to Tuple
• Creating Tuples
• Accessing Tuples
• Joining Tuples
• Replicating Tuples
• Tuple Slicing
Dictionaries:
• Introduction to Dictionary
• Accessing values in dictionaries
• Working With dictionaries
• Properties
OPERATORS:
• Arithmetic Operators
• Relational Operators
• Logical Operators
• Membership Operators
• identity Operators
• Bitwise Operators
• Assignment Operators
• Operators Precedence
• Evaluating Expression
Conditional Statements
• The if Statement.
• The if-else Statement
• The if-elif Statement
• Nested if Statements
• Introduction to range()
• Types of range() function and Use Of range() function