Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 883 Bytes

File metadata and controls

21 lines (14 loc) · 883 Bytes

Python Projects

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

📂 Folder Structure

  • 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 under legacy/. A refined version is planned for future development.

✅ Notes

  • 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.