Some Things I've Done

On the Center of Non Relativistic Lie Algebras

A paper I wrote presenting novel finding in the field of Lie algebras with applications in both pure math and mathematical physics.

Blackjack

A game of blackjack that can be played in the terminal. This program was written using OOP in Python. This application is a full python package with several modules.

OOP With a Deck of Cards

This program was my first attempt at Object Oriented Programming in Python. It models a deck of cards using the concepts of OOP.

Mortgage Calculator 2.0

My first GUI application written in Python. This is a very simple mortgage calculator that asks the user for basic details about a mortgage then provides information such as monthly payment and total interest paid over the life of the loan.

Mortgage Calculator 1.0

My first real program in Python.