I created a simple blackjack game using Python’s Pygame package. This was an opportunity to create a program that focused on using conditional operators.
[Read More]
Victor's Vengeance
Tile Based Video Game
During Dixie State University’s annual Code Camp event my brother-in-law and I worked on this project. Code Camp is a 24 hour event, where teams work to create any project they want. We decided to make a simple tiled base game where you control a character named Victor. Victor is...
[Read More]
Nearest Neighbors
A simple visualization
There are many algorithms and models used in data science and machine learning. Each with varying degrees of complexity. A very simple, yet effective algorithm is K-Nearest Neighbors. This model uses target classes from training data to find the nearest data points to the testing data and makes a prediction...
[Read More]
Med Cabinet
Medicinal Marijuana Recommendations
As a group project as part of the Lambda School curriculum, my group was tasked with creating a website to help people find recommendations for different strains of medical marijuana. My job was to create a Heroku app that uses data science to make those recommendations. That app can be...
[Read More]
Corona Virus
How bad is it really?
In the early stages of the COVID-19 I made a blog post article about the number of cases in each country over the period of a couple weeks. You can view my original Medium blog post here.
[Read More]