This repository contains a collection of my personal and university projects, primarily using Python. The projects are organized into the following categories:
.
├── 01_web-dev/
│ ├── 01_birthday-card/
│ └── 02_little-lemon-website-html/
├── 02_dsc/
│ ├── 01_numerical-methods-notebooks/
│ └── 02_production-planning-control/
├── 03_ml/
│ ├── 00_inbox/
│ └── 01_assignments/
└── README.md
web-dev)Simple web projects and games.
01_birthday-card: A simple, static HTML birthday card.02_little-lemon-website-html: A static website for a fictional restaurant.dsc)Projects focused on data analysis, visualization, and optimization.
01_numerical-methods-notebooks: Notebooks exploring various numerical methods.02_production-planning-control: A project related to production planning and control in industrial engineering.ml)A collection of projects related to machine learning, categorized by paradigm.
01_assignments: A collection of assignments from various courses.This project is licensed under the MIT License - see the LICENSE file for details.