diff --git a/docs/CS学习规划.en.md b/docs/CS学习规划.en.md index 5f339ec6..d11de775 100644 --- a/docs/CS学习规划.en.md +++ b/docs/CS学习规划.en.md @@ -154,6 +154,7 @@ As a computer science student, I often hear arguments about the uselessness of m - [CS50P: CS50's Introduction to Programming with Python](编程入门/Python/CS50P.md) - [UCB CS61A: Structure and Interpretation of Computer Programs](编程入门/Python/CS61A.md) +- [MIT6.100L: Introduction to CS and Programming using Python](编程入门/Python/MIT6.100L.md) #### C++ @@ -358,4 +359,4 @@ The course map above inevitably carries strong personal preferences and may not - [MIT CS Course List](http://student.mit.edu/catalog/m6a.html): List of CS courses at MIT. - [UC Berkeley EECS Course Map](https://hkn.eecs.berkeley.edu/courseguides): UC Berkeley's EECS curriculum plan, presenting the categories and prerequisites of various courses in a course map format, most of which are included in this book. - [UC Berkeley CS Course List](https://www2.eecs.berkeley.edu/Courses/CS/): List of CS courses at UC Berkeley. -- [Stanford CS Course List](https://blog.csdn.net/qq_41220023/article/details/81976967): List of CS courses at Stanford. \ No newline at end of file +- [Stanford CS Course List](https://blog.csdn.net/qq_41220023/article/details/81976967): List of CS courses at Stanford. diff --git a/docs/CS学习规划.md b/docs/CS学习规划.md index 51b50647..4f6b20ed 100644 --- a/docs/CS学习规划.md +++ b/docs/CS学习规划.md @@ -154,6 +154,7 @@ IDE (Integrated Development Environment):集成开发环境,说白了就是 - [CS50P: CS50's Introduction to Programming with Python](编程入门/Python/CS50P.md) - [UCB CS61A: Structure and Interpretation of Computer Programs](编程入门/Python/CS61A.md) +- [MIT6.100L: Introduction to CS and Programming using Python](编程入门/Python/MIT6.100L.md) #### C++ diff --git a/docs/编程入门/Python/MIT6.100L.md b/docs/编程入门/Python/MIT6.100L.md index dc3ff233..1408567a 100644 --- a/docs/编程入门/Python/MIT6.100L.md +++ b/docs/编程入门/Python/MIT6.100L.md @@ -22,4 +22,4 @@ ## 资源汇总 -@Alidme 在学习这门课时,总结了关于此课程的相关文档 [MIT6.100L 食用指南(持续更新)](https://k14eszn58mj.feishu.cn/docx/NFxmd1JxPodkWjxeuHIcSK5Qnag)。此外,其在学习这门课的 Prblem Sets 的实现都汇总在 [Alidme/MIT6.100L - GitHub](https://github.com/Alidme/MIT6.100L) 中。 +@Alidme 在学习这门课时,总结了关于此课程的相关文档 [MIT6.100L 食用指南(持续更新)](https://k14eszn58mj.feishu.cn/docx/NFxmd1JxPodkWjxeuHIcSK5Qnag)。此外,其在学习这门课的 Problem Sets 的实现都汇总在 [Alidme/MIT6.100L - GitHub](https://github.com/Alidme/MIT6.100L) 中。