This repository contains all the tasks and projects completed during my MLBench Summer Internship.
MLB-Internship
│
├── Day1
│ ├── grading_system.py
│ └── README.md
│
├── Day2
│ ├── data_structures.py
│ └── README.md
│
├── Day3
│ ├── practice_problems.py
│ ├── number_analysis_tool.py
│ ├── bonus_challenge.py
│ └── README.md
│
├── Day4
│ ├── practice_file_handling.py
│ ├── practice_json.py
│ ├── student_record_system.py
│ ├── students.json
│ └── README.md
│
└── .gitignore
## Day 1
### Python Fundamentals
- Variables
- Data Types
- Functions
- Conditional Statements
- Loops
- Dictionaries
### Git & GitHub
- Repository Creation
- Commit & Push Workflow
### Project
- Student Grading System
## Author
**Hadeed Jalani**