MonashDataFluency / python-workshop-base

The master template repository for Monash Data Fluency Python workshop modules
https://MonashDataFluency.github.io/python-workshop-base/
Other
24 stars 20 forks source link

Add step at start of modules that use external data to pull via URLs #6

Closed pansapiens closed 6 years ago

pansapiens commented 6 years ago

Pull in data via URLs at the start of each module, to make the self contained.

eg

import urllib
urllib.request.urlretrieve("https://files.rcsb.org/download/3FPR.pdb")
pansapiens commented 6 years ago
pansapiens commented 6 years ago

I've added inline data download to the working_with_data module - probably not urgent to add it to other modules at this point, since if they are done in order, working_with_data is first and surveys.csv will then be there for the later modules.