Skip to content

Commit 16ee010

Browse files
Move the Missing Semester later in curriculum
Resolves ossu#778
1 parent a178aef commit 16ee010

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ 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)
9392
- [Core CS](#core-cs)
9493
- [Core programming](#core-programming)
9594
- [Core math](#core-math)
95+
- [CS Tools](#cs-tools)
9696
- [Core systems](#core-systems)
9797
- [Core theory](#core-theory)
9898
- [Core applications](#core-applications)
@@ -141,21 +141,6 @@ Courses | Duration | Effort | Prerequisites | Discussion
141141
:-- | :--: | :--: | :--: | :--:
142142
[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) | [chat](https://discord.gg/jvchSm9)
143143

144-
### Introduction to CS Tools
145-
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.
146-
147-
**Topics covered**:
148-
`terminals and shell scripting`
149-
`vim`
150-
`command line environments`
151-
`version control`
152-
`and more`
153-
154-
Courses | Duration | Effort | Prerequisites | Discussion
155-
:-- | :--: | :--: | :--: | :--:
156-
[The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) | 2 weeks | 12 hours/week | - | [chat](https://discord.gg/5FvKycS)
157-
158-
159144
## Core CS
160145

161146
All coursework under Core CS is **required**, unless otherwise indicated.
@@ -228,6 +213,21 @@ Courses | Duration | Effort | Notes | Prerequisites | Discussion
228213
:-- | :--: | :--: | :--: | :--: | :--:
229214
[Mathematics for Computer Science](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-spring-2015/index.htm) | 13 weeks | 5 hours/week | An alternate version with solutions to the problem sets is [here](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2005/assignments/). Students struggling can consider the [Discrete Mathematics Specialization](https://www.coursera.org/specializations/discrete-mathematics) first. It is more interactive but less comprehensive, and costs money to unlock full interactivity. | Calculus 1C | [chat](https://discord.gg/EuTzNbF)
230215

216+
217+
### CS Tools
218+
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.
219+
220+
**Topics covered**:
221+
`terminals and shell scripting`
222+
`vim`
223+
`command line environments`
224+
`version control`
225+
`and more`
226+
227+
Courses | Duration | Effort | Prerequisites | Discussion
228+
:-- | :--: | :--: | :--: | :--:
229+
[The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) | 2 weeks | 12 hours/week | - | [chat](https://discord.gg/5FvKycS)
230+
231231
### Core systems
232232

233233
**Topics covered**:

0 commit comments

Comments
 (0)