cs-self-learning/docs/编程入门/MIT-Missing-Semester.md
2021-12-13 11:53:35 +08:00

14 lines
982 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 课程简介
- 先修要求:无
- 编程语言shell
- 课程难度:🌟🌟
- 预计学时10小时
正如课程名字所言“计算机教学中消失的一个学期”这门课将会教会你许多大学的课堂上不会涉及但却对每个CSer无比重要的工具或者知识点。例如Shell编程、命令行配置、Git、Vim、tmux、ssh等等。如果你是一个计算机小白那么我非常建议你学习一下这门课因为它基本涉及了本书必学工具中的绝大部分内容。
除了MIT官方的学习资料外北京大学图灵班开设的前沿计算实践中也开设了相关课程资料位于[这个网站](http://vcl.pku.edu.cn/course/PFCII/2021-spring/index.html)下,供大家参考。
## 课程资源
- [课程网站](https://missing.csail.mit.edu/2020/)
- [课程视频](https://www.youtube.com/playlist?list=PLyzOVJj3bHQuloKGG59rS43e29ro7I57J)
- 课程作业:一些随堂小练习,具体见课程网站。