diff --git a/docs/programming.md b/docs/programming.md index 05edf54..59a5d46 100644 --- a/docs/programming.md +++ b/docs/programming.md @@ -65,3 +65,6 @@ Git and GitHub](https://journals.plos.org/ploscompbiol/article?id=10.1371/journa ## Introduction & Basics - [Khan Academy](https://www.khanacademy.org/): Beginners' coursework on programming, algorithms, and more. + +## General +- [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/): 11 videos ranging from 45min-1h25 about debugging, data wrangling, and useful tools. By @anishathalye, @jjgo and @jonhoo from MIT.