This repository contains all assignments and projects completed during my Python Programming Internship at VaultofCodes.
The projects demonstrate my practical learning and application of Python programming concepts, including Python fundamentals, debugging, functions, data structures, file handling, Object-Oriented Programming, JSON data persistence, and command-line application development.
| Details | Information |
|---|---|
| Organization | VaultofCodes |
| Domain | Python Programming |
| Duration | 4 Weeks |
| Status | 🟢 Completed |
| Week | Assignment | Project | Status |
|---|---|---|---|
| Week 1 | Assignment 1 | Code Review & Python Presentation | ✅ Completed |
| Week 2 | Assignment 2 | Virtual Pet Simulator | ✅ Completed |
| Week 3 | Assignment 3 | Personal Expense Tracker | ✅ Completed |
| Week 4 | Assignment 4 | Personal To-Do List Application | ✅ Completed |
VAULTOFCODES-PYTHON-INTERNSHIP/
│
├── README.md
│
├── Assignment-1/
│ ├── README.md
│ │
│ ├── Task-1_Code-Review/
│ │ ├── solution.py
│ │ └── Assignment_1_Report.pdf
│ │
│ └── Task-2_Python-Presentation/
│ └── Python_Presentation.pptx
│
├── Assignment-2/
│ ├── README.md
│ │
│ └── Task-1_Virtual-Pet-Simulator/
│ ├── solution.py
│ ├── Assignment_2_Report.pdf
│ └── Python_Source_Code_Documentation.pdf
│
├── Assignment-3/
│ ├── README.md
│ │
│ └── Task-1_Personal-Expense-Tracker/
│ ├── expense_tracker.py
│ ├── expenses.json
│ ├── Assignment-3_Report.pdf
│ └── Personal_Expense_Tracker_Code.pdf
│
└── Assignment-4/
├── README.md
│
└── Task-1_Personal-ToDo-List/
├── todo.py
├── tasks.json
├── Assignment-4_Report.pdf
├── Assignment-4_Presentation.pptx
└── Personal_ToDo_Code.pdf