urlretrieve basics 26th February 2018 M Smith import urllib.request urllib.request.urlretrieve('url to file location on web', 'location to save file')