Skip to content

Commit

Permalink
Add The Missing Semester
Browse files Browse the repository at this point in the history
Resolves #678
  • Loading branch information
waciumawanjohi committed May 3, 2020
1 parent 239de1c commit 87db17d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ just remember that you can't purchase success!
- [Intro CS](#intro-cs)
- [Introduction to Programming](#introduction-to-programming)
- [Introduction to Computer Science](#introduction-to-computer-science)
- [Introduction to CS Tools](#introduction-to-cs-tools)
- [Core CS](#core-cs)
- [Core programming](#core-programming)
- [Core math](#core-math)
Expand Down Expand Up @@ -147,6 +148,21 @@ Courses | Duration | Effort | Prerequisites
:-- | :--: | :--: | :--:
[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)

### Introduction to CS Tools
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.

**Topics covered**:
`terminals and shell scripting`
`vim`
`command line environments`
`version control`
`and more`

Courses | Duration | Effort | Prerequisites
:-- | :--: | :--: | :--:
[The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) | 2 weeks | 12 hours/week | -


## Core CS

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

0 comments on commit 87db17d

Please sign in to comment.