🐍 Welcome to Learn Python with Fahad#
Welcome to LearnPythonWithFahad – your hands-on guide to mastering Python from beginner to advanced levels.
📑 Contents#
- Introduction
- What is Python?
- 1. Python Output
- 2. Data Types
- 3. Operators
- 4. Variables
- 5. Keywords
- 6. String Operations
- 7. Input
- 8. Type Casting (Conversion)
- 9. Comments
- Data Structures
- 1. Lists
- Editing items in a List
- Tuples
- Sets
- Dictionary
- If Conditions & Loops in Python
- Python - For Loops
- The range() function
- Python
while
Loop - Nested Loops
- Loop Control Statement
- Python Functions
- What is a function in Python?
- File Handling
- Exception Handling
- OOP part1
- Intro to OOP(Object Oriented Programming)
- OOP part2
- 3. Polymorphism:
- Operator Overloading:
- Magic Functions/Dunder Functions
- Dynamic Polymorphism
- 4. Abstract Method and Class:
- Empty Class:
- Data Class:
- Keyword Arguments