A collection of small Python exercises and beginner programs created while developing my Python programming fundamentals.
This repository documents my early practice with Python through small, focused exercises covering core programming concepts and problem-solving.
- Variables and data types
- Conditional statements
- Loops
- Functions
- Basic input/output
- Problem-solving fundamentals
- Simple calculator implementation
These exercises helped me build the Python fundamentals that I later applied to data analysis, automation, and process-mining projects.
Python-Exercises/
├── Calculator.py
├── README.md
└── .gitignore