Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.2 KB

File metadata and controls

42 lines (31 loc) · 1.2 KB

🐍 Python Practice

Learning Python step by step — from basics to advanced, one concept at a time.
Documenting my coding journey to become a confident Python developer 💻


📚 Topics Covered

🧩 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

⚙️ How to Run

# 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