Coding Projects

 
 

Grading with Python

Python (pandas, numpy) automated calculation, visualization, and conversion between the two grading systems my school uses for report cards. Stored on my Github.


Atmospheric Carbon Data with R

A visualization of atmospheric CO2 levels since the 1950s, pulled from the observatory in Mauna Loa, Hawaii, using R’s open-souce graphing package ggplot. Source code available on my Github.


Pong in JavaScript

A version of the arcade classic Pong that I made in JavaScript using Microsoft’s MakeCode Arcade platform. Playable version and source code available here.


Flappy Bird simulation in python

Clone of the popular mobile game Flappy Bird using PyGame, an open-source python package for 2D game development. Full source code on my Github

Carbon Emissions with SQL and Supabase

Exploring data from a Nature article about carbon emissions from various industries, using SQL. Source code available on my Github.


Data Visualization with python

An interactive, color-coded map of the 2016 election results, using the plotly open-source Python graphing library. Source code available on my Github.

 

Skiing simulation in Python

Clone of the retro Windows game SkiFree using PyGame, an open-source python package for 2D game development. Full source code on my Github.


Front-end Demos

Written in HTML and CSS, with the interactive demos using JavaScript as well. Source code on my Github.

Using @keyframes animation styles (HTML, CSS)

Explore and compare RGB color samples; uses basic HTML, CSS, and JS functions

Chessboard with HTML tables and CSS styling