For my assignment I had to program an application that deals with common problemsand come up with a solution for it. Since websites are always hosted on a server, Idecided to write a program that checks if the website is online and if it is telling the userwhich status code the response was. I also…
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 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…