Created a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. Additionally, utilized a Python library and the OpenWeatherMap API to create a representative model of weather across world cities.
Then built a series of scatter plots with Matplotlib to showcase the following relationships: Temperature (F) vs. Latitude, Humidity (%) vs. Latitude, Cloudiness (%) vs. Latitude, and Wind Speed (mph) vs. Latitude.