Projects
Here are some of the projects, I have been working on. This is a compilation of a couple of my school projects and my personal projects. This is a current compilation and will be updated regularly as and when new projects are completed
Cellular Atomata simulation
Pseudo code provided by computer science professor Catherine Welsh.
Used python to build a cellular atomata simultion that takes in three plant states (big, small or dormant) and shows changes over multiple generations.
Algorithm incorporates user input to help user visualize changes based on the variety of valid inputs.
Perpetual Calendar
Pseudo code provided by computer science professor Catherine Welsh.
Used python to develop a perpetual calender algorithm that takes in user input of: day, month, year.
It prints the day of the week that the date occured, the day of the year that date occured and when thanksgiving was in the given year.
Weather Search
Created website which reports on real time weather information from thousands of cities with the Open Weather API.
Used tkinter, time and requests libraries and deployed to Replit.
News Search
Created website which reports on real time top news stories in the United States with the News.org API.
Used tkinter and requests libraries and deployed to Replit.