Welcome to the Python Basics learning repository!
This repo is a personal collection of Python examples, notes, and practice exercises aimed at helping beginners understand the fundamentals of Python programming.
- Variables & Data Types
- Operators
- Conditional Statements (if, else, elif)
- Loops (for, while)
- Functions
- Lists, Tuples, Sets, Dictionaries
- String Manipulation
- File Handling
- Exception Handling
- Basic Object-Oriented Programming (OOP)