Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For your class project, we will create an application that interacts with a web service in order to obtain data. Your program will use all

For your class project, we will create an application that interacts with a web service in order to obtain data. Your program will use all of the information youve learned in the class in order to create a useful application.

Your program must prompt the user for their city or zip code and request weather forecast data from openweathermap.org. Your program must display the weather information in a READABLE format to the user.

Requirements:

Create 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 from: http://openweathermap.org/

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.

Validate whether the user entered valid data. If valid data isnt presented, notify the user.

Use the Requests library in order to request data from the webservice.

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.

CREATE A FLOWCHART NOT A PSEUDOCODE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2004 Workshops Edbt 2004 Workshops Phd Datax Pim P2panddb And Clustweb Heraklion Crete Greece March 2004 Revised Selected Papers Lncs 3268

Authors: Wolfgang Lindner ,Marco Mesiti ,Can Turker ,Yannis Tzitzikas ,Athena Vakali

2005th Edition

3540233059, 978-3540233053

More Books

Students also viewed these Databases questions

Question

Employ effective vocal cues Employ effective visual cues

Answered: 1 week ago