Skip to content

Latest commit

History

History
84 lines (66 loc) 路 3.28 KB

index.md

File metadata and controls

84 lines (66 loc) 路 3.28 KB
layout title
page
The Missing Semester of Your CS Education

Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there鈥檚 one critical subject that鈥檚 rarely covered, and is instead left to students to figure out on their own: proficiency with their tools. We鈥檒l teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!

Students spend hundreds of hours using these tools over the course of their education (and thousands over their career), so it makes sense to make the experience as fluid and frictionless as possible. Mastering these tools not only enables you to spend less time on figuring out how to bend your tools to your will, but it also lets you solve problems that would previously seem impossibly complex.

Read about the motivation behind this class.

{% comment %}

Registration

Sign up for the IAP 2020 class by filling out this registration form. {% endcomment %}

Schedule

{% comment %} Lecture: 35-225, 2pm--3pm
Office hours: 32-G9 lounge, 3pm--4pm (every day, right after lecture) {% endcomment %}

    {% assign lectures = site['2020'] | sort: 'date' %} {% for lecture in lectures %} {% if lecture.phony != true %}
  • {{ lecture.date | date: '%-m/%d' }}: {% if lecture.ready %} {{ lecture.title }} {% else %} {{ lecture.title }} {% if lecture.noclass %}[no class]{% endif %} {% endif %}
  • {% endif %} {% endfor %}

Video recordings of the lectures are available on YouTube.

About the class

Staff: This class is co-taught by Anish, Jon, and Jose. Questions: Email us at missing-semester@mit.edu.

Beyond MIT

We've also shared this class beyond MIT in the hopes that others may benefit from these resources. You can find posts and discussion on

Acknowledgements

We thank Elaine Mello, Jim Cain, and MIT Open Learning for making it possible for us to record lecture videos; Anthony Zolnik and MIT AeroAstro for A/V equipment; and Brandi Adams and MIT EECS for supporting this class.


Source code.

Licensed under CC BY-NC-SA.

See here for contribution & translation guidelines.