merely-useful / py-rse

Research Software Engineering with Python course material
http://third-bit.com/py-rse/
Other
247 stars 63 forks source link

What material can we recycle? #4

Closed gvwilson closed 4 years ago

gvwilson commented 5 years ago

Please add comments to this issue pointing at existing material we might be able to re-use.

gvwilson commented 5 years ago
joelostblom commented 5 years ago
mbonsma commented 5 years ago

We could probably also use things from the UofT Coders lesson bank - there might be some topics in here that are more niche that can be slotted in as needed.

For example, here are a few that align with the topics in the Merely Useful outline:

lwjohnst86 commented 5 years ago

Good resources so far. I've created (or been involved in creating) several material as well:

I have a bank of material for workshops I ran here at Aarhus in Denmark (many based around the UofTCoders material): website and GitHub repo

ChristinaLK commented 5 years ago

Karl Broman has some good tutorials, this is possibly the one most relevant for this course (on building R packages): https://kbroman.org/pkg_primer/

There's already some git links above, but Jenny Bryan's Happy w/ Git and Github for the UseR: https://happygitwithr.com/

DamienIrving commented 4 years ago

Some MIT faculty have put together a course called "The Missing Semester of Your CS Education." It has some overlap with our RSE lessons. https://missing.csail.mit.edu/

DamienIrving commented 4 years ago

The Turing Way is an online open source book on reproducible data science.