Q:

Create a Python project to read public data returned from URL, and parsing JSON to dictionary object

0

Create a Python project to read public data returned from URL, and parsing JSON to dictionary object.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

#Source: https://bit.ly/3eJPW8E
import WebData
data = WebData.WebData("https://data.townofcary.org/api/v2/catalog/datasets/rdu-weather-history")
print("WebData Type:")
print(type(data.parseJson()))
print("\nWebData:")
print(data.parseJson())

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now