• For my assignment, I had to program an application that deals with common problems and come up with a solution for it.Since websites are always hosted on a server, I decided to write a program that checks if the website is online and tells the user which status code the response was.I also investigated the…

  • Fictional Zoo API

    Fictional Zoo API API server: webapi.jessicaamy.com A bit about the API. I wrote the API in python with flask for the web server side of things and used SQL alchemy I broke the routes down into many different functions and modified the sample a lot that we used in class to apply to my database.…

  • Daily Weather CLI

    Daily Weather is a CLI application that adds your weather into a CSV file and outputs a color based on the temperature. Installation In order to install this program you must first install python3 by using the following installation file for your system choose your operating system in the download page. https://www.python.org/downloads/release/python-3128/ You can install this…