Skip to content

Commit 3885a2d

Browse files
committed
Move optional Intro CS courses to extras
Since we want every course in Intro CS and Core CS to be required, I have removed the optional courses from Intro CS. But they are still good courses so I made a new section in extras/courses.md to house courses on online learning. I also added a new course under this new section, the sequel to Learning How to Learn.
1 parent ed89cd7 commit 3885a2d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ and is knowledgeable enough now to decide which electives to take.
109109
## Intro CS
110110

111111
Use the first course, CS50, to determine if Computer Science is right for you.
112-
Only proceed in the curriculum if it really excites you.
113-
Feel free to use the second and third **optional** courses to gain the fundamental skills you need to excel at teaching yourself Computer Science;
114-
they are very lightweight courses so it's suggested take them concurrently with another course.
112+
Only proceed in the curriculum if it really excites you!
115113

116114
**Topics covered**:
117115
imperative programming;
@@ -127,8 +125,6 @@ and more.
127125
Courses | Duration | Effort | Prerequisites
128126
:-- | :--: | :--: | :--:
129127
[Introduction to Computer Science - CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!) ([alt](https://cs50.harvard.edu/)) | 12 weeks | 10-20 hours/week | none
130-
[Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn) | 4 weeks | 2 hours/week | none
131-
[Effective Thinking Through Mathematics](https://www.edx.org/course/effective-thinking-through-mathematics-utaustinx-ut-9-01x-0) | 4 weeks | 2 hours/week | none
132128

133129
## Core CS
134130

extras/courses.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Courses | Duration | Effort
2323

2424
Courses | Duration | Effort
2525
:-- | :--: | :--:
26+
[Effective Thinking Through Mathematics](https://www.edx.org/course/effective-thinking-through-mathematics-utaustinx-ut-9-01x-0) | 4 weeks | 2 hours/week | none
2627
[Introduction to Probability and Data](https://www.coursera.org/learn/probability-intro)| - | -
2728
[Linear Algebra (Strang)](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm) | - | -
2829

@@ -62,4 +63,11 @@ Courses | Duration | Effort
6263
[Intro to Machine Learning](https://www.udacity.com/course/intro-to-machine-learning--ud120)| 10 weeks | 6-10 hours/week
6364
[Machine Learning for Data Science and Analytics](https://www.edx.org/course/machine-learning-data-science-analytics-columbiax-ds102x-0)| 5 weeks | 7-10 hours/week
6465
[Processing Big Data with Azure HDInsight](https://www.edx.org/course/processing-big-data-azure-hdinsight-microsoft-dat202-1x-0)| 5 weeks | 3-4 hours/week
65-
[Big Data Science with the BD2K-LINCS Data Coordination and Integration Center](https://www.coursera.org/course/bd2klincs)| 7 weeks | 4-5 hours/week
66+
[Big Data Science with the BD2K-LINCS Data Coordination and Integration Center](https://www.coursera.org/course/bd2klincs)| 7 weeks | 4-5 hours/week
67+
68+
# Online Learning - Great Courses
69+
70+
Courses | Duration | Effort
71+
:-- | :--: | :--:
72+
[Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn) | 4 weeks | 2 hours/week
73+
[Mindshift](https://www.coursera.org/learn/mindshift) | 4 weeks | 2 hours/week

0 commit comments

Comments
 (0)