Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Now You Code 3: Syracuse Historical Weather Write a program to prompt a user to input a date and time string, and then it should

Now You Code 3: Syracuse Historical Weather

Write a program to prompt a user to input a date and time string, and then it should report the temperature and weather conditions at that day and time for Syracuse, NY.

To lookup the weather you will need to use the Dark Sky Time Machine: https://darksky.net/dev/docs/time-machine

The date and time that the user inputs must be in the following format: YYYY-MM-DDThh:mm:ss for example January 7, 2016 at 4:30pm would be: 2016-01-07T16:30:00

Be sure to use the GPS coordinates for Syracuse, NY which are (lat=43.048122,lng=-76.147424)

Example Run (Based on the exchange rates from 2017-03-06:

Enter the amount in USD you wish to exchange: 100 100.00 in USD is 94.41 in EUR 100.00 in USD is 81.48 in GBP 

Can somesone please help with this python program using API's. Specifically how to create/call a module

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

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago