cs-self-learning/docs/编程入门/MIT-Missing-Semester.en.md
tangfqj 421e9191e8
[CORRECTION] Correct a tiny spelling error (#230)
* [CORRECTION] Correct a tiny spelling error

* [CORRECTION] Correct several tiny errors
2022-09-18 20:35:56 +08:00

17 lines
654 B
Markdown

# MIT: The Missing Semester of Your CS Education
## Descriptions
- Offered by: MIT
- Prerequisites: None
- Programming Languages: Shell
- Difficulty: 🌟🌟
- Class Hour: 10 hours
Just as the course name indicated, this course will teach the missing things in the university courses. It will cover shell programming, git, vim editor, tmux, ssh, sed, awk and even how to beautify your terminal. Trust me, this will be your first step to become a hacker!
## Resources
- Homepage: <https://missing.csail.mit.edu/>
- Records: <https://www.youtube.com/playlist?list=PLyzOVJj3bHQuloKGG59rS43e29ro7I57J>
- Assignments: Some exercises after each lecture.