This repository contains beginner to intermediate Python projects developed to practice core programming skills and build a clean portfolio.
Each script demonstrates foundational Python concepts such as:
- Input/output
- Conditionals and loops
- Functions and dictionaries
- Modular structure and text-based interactions
lab_practices/
β A collection of small Python exercises focused on logic, formatting, and syntax mastery.dungeon_game/
β A text-based adventure game with milestone versions preserved underlegacy/
. A refined version is planned for future development.
- All scripts follow PEP 8 naming conventions.
- Inline comments are included throughout for clarity and educational value.
- Future enhancements will be tracked through new versions or folders.