This repository contains my Python learning exercises.
A collection of small Python programs and exercises created while learning core concepts (syntax, data types, control flow, functions, and basic I/O).
- Individual exercise scripts (e.g.,
.ipynbfiles) - This README describing the purpose and how to run the exercises
- Open a terminal in the repository folder.
- Clone repo to run notebooks
- Code is intended for learning and experimentation.
- Add comments and commit incremental changes as you learn.