Skip to content

Commit 1a5cabd

Browse files
Add The Missing Semester
Resolves 678
1 parent 239de1c commit 1a5cabd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ just remember that you can't purchase success!
8989
- [Intro CS](#intro-cs)
9090
- [Introduction to Programming](#introduction-to-programming)
9191
- [Introduction to Computer Science](#introduction-to-computer-science)
92+
- [Introduction to CS Tools](#introduction-to-cs-tools)
9293
- [Core CS](#core-cs)
9394
- [Core programming](#core-programming)
9495
- [Core math](#core-math)
@@ -147,6 +148,21 @@ Courses | Duration | Effort | Prerequisites
147148
:-- | :--: | :--: | :--:
148149
[Introduction to Computer Science and Programming using Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-10) ([alt](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/)) | 9 weeks | 15 hours/week | [high school algebra](https://www.khanacademy.org/math/algebra-home)
149150

151+
### Introduction to CS Tools
152+
Understanding theory is important, but you will also be expected to create programs. There are a number of tools that are widely used to make that process easier. Learn them now to ease your future work writing programs.
153+
154+
**Topics covered**:
155+
`terminals and shell scripting`
156+
`vim`
157+
`command line environments`
158+
`version control`
159+
`and more`
160+
161+
Courses | Duration | Effort | Prerequisites
162+
:-- | :--: | :--: | :--:
163+
[The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) | 2 weeks | 12 hours/week | -
164+
165+
150166
## Core CS
151167

152168
All coursework under Core CS is **required**, unless otherwise indicated.

0 commit comments

Comments
 (0)