Misc. Projects
All other miscellaneous projects are located here.
Exploratory Data Analysis with Jupyter Notebooks
A collection of Jupyter notebooks consisting of EDA on various subjects, with data analysis and data visualisation projects using pandas
, matplotlib
and other relevant libraries all in Jupyter notebooks with visible outputs and code for reproducability, written in Python. A variety of data visualisation and analysis packages were used. All datasets used in the projects are from Kaggle.
Rock, Paper, Scissors, Lizard, Spock
An esoteric web game built with Flask which allows users to play an modified version of the classic game “Rock, Paper, and Scissors” with 2 additional moves, “Spock” and “Lizard”. The website is hosted for free on PythonAnywhere.com, so the code is not shown publicly on GitHub.