← jason418THE PERSONAL SIDEClassroom ↗

My Programs

A collection of things I have built, tested, and learned from.


Project Overview

These projects combine my interests in programming, physics, mathematics, and games. They are also a record of how I learn: I start with a question, build a small experiment, and improve it step by step.

Project status
Project Category Tools Status
Python Automation Tool Programming Python Completed
Physics Simulation Physics Python, html, and mathematics In progress
Graphwar Solver & Game Tools Mathematics and games Python and algorithms Completed

1. Python Automation Tool

Category: Programming

This is a Python automation project that connects Canvas, Notion, and Lark to help organize assignments and reminders. I wanted to reduce the amount of time I spend checking different platforms for school tasks.

A screenshot of my student organization system Dashboard of my student organization system
⬆⬆⬆ Click the photo to view what it looks like ⬆⬆⬆
website -- click to visit this project on my website, you can simply click to browse and use it.

What it can do

This program helped me understand that a useful program does not need to be huge. Even a small tool can save time when it solves a real problem in my daily life.


2. Physics Simulation

Category: Physics

This project explores motion using simple physics equations. I am using a computer simulation to see how changing mass, force, velocity, and time changes the movement of an object, and use it to help students to understand physics question more directly.

Physics simulation showing a moving object Physics simulation showing a second experiment Physics simulation showing a third experiment
⬆⬆⬆ Click the photos to view the details ⬆⬆⬆
This project is still developing, but it has helped me see mathematics and physics as something practical, visual, and connected to programming.

3. Graphwar Solver & Game Tools

Category: Mathematics and Games

This project combines graphing and game ideas. I am exploring how an equation can be used to predict a path and how mathematical results can become useful tools inside a game.

A graph used by my Graphwar solver A second graph from my game tools A third graph from my game tools
⬆⬆⬆ Click the photos to view the details ⬆⬆⬆

Home | About Me