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