This repository contains a collection of small, focused Python scripts that I use to practise and revise core language concepts.
Each file demonstrates one idea in a clean, minimal way so that it is easy to read, modify, and extend.
PYTHON-LEARNING/
└── scripts/
├── comprehension.py
├── conditional_stmts.py
├── error_handling.py
├── iteratorVsIterable.py
├── keyword_arguments.py
├── list.py
├── logging_config.py
├── numeric_type.py
|── string_type.py