A continuously evolving collection of Python experiments, utilities, practice scripts, and concept demonstrations. This repository serves as a personal sandbox for learning, testing ideas, and refining problem‑solving skills over time.
- Explore Python concepts through hands‑on experiments
- Store useful snippets and mini‑projects
- Maintain a growing archive of personal learning progress
- Keep code organized for future revision and improvement
- Cleanly structured folders based on topic or experiment
- Frequent updates as new ideas are tested
- Beginner‑friendly patterns mixed with advanced explorations
This repository receives regular additions, improvements, and refactoring. As new concepts are explored, more scripts and folders will be added.
- basics/ – Fundamental Python tests
- algorithms/ – Logic implementations and patterns
- projects/ – Small experimental tools or prototypes
- random-tests/ – Quick experiments, debugging, trial code