This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Practicing call to DPLA and getting data from it, then displaying results via html | |
import webbrowser | |
from operator import itemgetter | |
import requests | |
f=open('result.html', 'w') | |
# Make an api call and store the response. | |
url = "https://api.dp.la/v2/items?q=penguins&api_key=aefc7b2874411888e4e06b515935c19c" |