Project Portfolio

Projects

CS Puzzle Solver Application

This program allows the user to explore a number of simple puzzles and problems that are typically given to beginning students in computer science. From the main menu, the user is able to choose from ...

Read More
C++ Library Database

For my final project in my course on C++, I created a program that allows the user to create and maintain a library database. In addition to retaining book information provided by the user, the databa...

Read More
Weather Conditions API

This simple web application retrieves real-time weather conditions from Open Weather Map's free API service and displays it on a webpage. The six locations I chose are all places that I'd like to v...

Read More
Hydrologic Research

For the past two years, I've been the chief investigator in a study examining the long term ramifications of nitrate contamination in the prairies of central Kansas. Beginning in November of 2017, ...

Read More
This Website!

To elevate my digital profile and expand my knowledge base, I built this website from scratch over the course of three weeks. Using the Django framework for Python, I developed the back end of the si...

Read More
Work with Data Structures

This repository holds a number of exercises that I completed as a part of my self-study from Bradley Miller and David Ranum's *Problem Solving with Algorithms and Data Structures Using Python.* To...

Read More
Miscellaneous Python Problems

This final repository includes all of my solutions to some of the coding problems compiled by the user Karan Goel on Github. Topics covered include: - Number manipulation (next prime number, bi...

Read More
Budgeting Assistant

This program will assist the user to track their monthly earnings and expenditures to better manage their budget. In addition to storing user-provided data, this program will return various analytics ...

Read More