This page is dedicated to showcasing some of my experiences with the Python programming language.
Ice Cream Receipt
This is a basic python script that takes user input and completes some basic mathematical operations. Once this is completed, the user will be printed out a receipt based on the prior conditions.
Tax Filing Status
This project makes use of IF statements and calculates the filing status depending on how much money they make and other conditions given.
Ciphers and Loops
This project makes use of loops when dealing with substitution and transposition ciphers.
Dictionaries and File IO
This project makes use of dictionaries by creating a program that can import quiz questions and make study flashcards.
Classes
This project makes use of classes by creating a world with towns, busses, and different journey paths.
Classes and Exceptions
This project makes use of classes to allow a user to keep track of their grades in different courses.