top of page
misc prog2.png

Click on a project title, or the image beside it, to view documentation.

Here is a program created with Python that can calculate an annuity or perpetuity for you based on certain variable inputs such as initial payment, dividend, interest rate, growth rate, or number of periods.

This is a Python program that prompts the user for their filing status by picking a number between 1 and 4. Then, the user is prompted for their federal income tax base (taxable income). After these two inputs are entered the program computes and displays the user's federal income tax liability (using the 2017 tax schedule).

This Python program prompts the user for an integer, tells the user whether or not that integer is a prime number, and if it is not a prime number, asks the user if they would like to find the prime factors for said integer.

This SQL project creates a table, queries, and a procedure for the storing, manipulation, and application of geographic information. The output of this project is the creation of URL strings that when entered into a browser, produce Google Maps pages with directions between any two locations stored within in the database.

bottom of page