Skip to content

codersaed/python-practice

Repository files navigation

🐍 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages