Learning Python step by step — from basics to advanced, one concept at a time.
Documenting my coding journey to become a confident Python developer 💻
🧩 Everything from the very basics to real projects — all in one place.
- Basics: if-else, loops, inputs, operators
- Functions: parameters, returns, lambda
- Decorators: custom behavior for functions
- OOP Concepts: class, object, inheritance
- File Handling & Exceptions
- Iterators & Generators
- APIs, JSON, and Data Handling
- Mini Projects and practice scripts
# Clone this repository
git clone https://github.com/codersaed/python-practice.git
# Go inside the folder
cd python-practice
# Run any Python file
python basics/01_basic_if_else.py