Question: Develop a study guide for my final project. This is my study. I am stuck in multiple areas. Pleas help!!! prompt the user for their

Develop a study guide for my final project. This is my study. I am stuck in multiple areas. Pleas help!!!

prompt the user for their city or zip code and request weather forecast data fromOpenWeatherMap. Your program must display the weather information in aREADABLEformat to the user.

  • develop a header for your program just as you have in the past.
  • develop a Python Application which asks the user for their zip code or city.
  • Use the zip code or city name in order to obtain weather forecast data fromOpenWeatherMap.
  • Display the weather forecast in a readable format to the user.
  • Use comments within the application where appropriate in order to document what the program is doing.
  • Use functions including a main function.
  • Allow the user to run the program multiple times to allow them to look up weather conditions for multiple locations.
  • Validate whether the user entered valid data. If valid data isn't presented notify the user.
  • Use theRequestslibrary in order to request data from the webservice.
  • Use Try blocks to ensure that your request was successful. If the connection was not successful display a message to the user.
  • UsePython 3
  • Use try blocks when establishing connections to the webservice. You must print a message to the user indicating whether or not the connection was successful

Deliverables:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!