This project demonstrates foundational Python programming concepts through a set of small programs focused on control flow and loops.
- Collatz sequence generator (while loop)
- Prime number checker (for loop)
- Multiplication table (nested loops)
- Statistics dashboard with bar chart
- While loops
- For loops
- Nested loops
- Conditionals
- Basic data processing
python control_flow_practice.py
Follow the prompts in the terminal.
## Project Background
This project began as part of a Computer Science course. I implemented the full solution myself and later organized it for portfolio use.
## Future Improvements
- Add input validation
- Refactor into smaller functions
- Add a menu system