This will show the change in temperature in the City of Phoenix over 40 years.
I made this program for a couple of reasons, the first and main reason was because I wanted to see how clean of a graph I could make in python, I've used Tableau in the past and I wanted to compare the two. The second reason was I wanted to answer a couple of questions (see the section below) in a way that was way more complicated than I needed to make it. Googleing it would have been faster, but it wouldn't have been nearly as fun.
- Over the years, has there been any change in the weather in Arizona?
- No, however, there is a pattern in the weather. every 7 or 8 years there is a significant drop in the low temperature.
- What are the hottest and coldest its been durring the time?
- The hottest it was was just under 120 and the coldes it got was just above 70.
I used VS Code for my editor, I coded it in python, and I used two libraries: the json library and the matplotlib.pyplot library
{Make a list of things that you need to fix, improve, and add in the future.}
- Item 1
- Item 2
- Item 3