Home About Me Hire Me Powerlifting

Hire Me

Programming languages:

I am currently open to and actively looking for summer intership opportunities of any kind in the computer science fields.

My Projects  

Air Travel System — Python

Simulated an air travel system using python to help travellers find the optimal route to their destination. The system encapsulates data into classes such as Airport and Flight, utilising a variety of data structures such as lists, sets and dictionaries. Implements a search algorithm to retrieve flight and airport data.

University Ranking System — Python

Created a program that takes two CSV files and formats the data which is then outputted into a txt file. Implemented an OutputFile class with accessors and mutators to eliminate the use of global variables. Used exception handling to improve stability as well as user experience.

Pizza Ordering System — Python

Simulated a pizza ordering system that took user input to create pizza(s) and printed a receipt. Used tuples to store the toppings, as well as other data structures such as a list to store each individual pizza and its attributes. The program also takes into consideration a tax as well as extra charges for toppings depending on quantity and size.

ExcelSort — Excel, Python

Wrote a program for an Undergraduate Biochemistry Researcher at Western University using python. The program takes in CSV files and searches for the common data between multiple files and combines them into one single CSV file. By doing so, the user does not have to use advanced Excel functions or write complex Visual Basic scripts.

Personal Website — HTML, CSS, JavaScript

This website! Created this website from scratch using HTML, CSS and JavaScript. Did not implement the use of Bootstrap or Jekyll, however familiarity with these tools were gained upon research and learning