Py4Phy / project-trappist-system

Project 2 for the 2017 class (including solution)
MIT License
0 stars 0 forks source link

distributing data to students #5

Closed orbeckst closed 7 years ago

orbeckst commented 7 years ago

What is the best way to provide the planet data to students?

Other ideas? What will work best – @ianmkenney ?

(@dotsdl – also interested in your opinion: internally we used data_manipulation.ipynb to prepare data and in my draft of the solution p2_solution.ipynb I've been liberally using pandas but the students do not know pandas, only numpy)

ianmkenney commented 7 years ago

I see nothing wrong with just providing the dict. However, we could make a point by providing a YAML file with instructions on how to get something like pyyaml via pip. From there we can even provide the parsing code.

orbeckst commented 7 years ago

Done – distributed dicts in parameters.py.