Skip to content

Commit 3985474

Browse files
committed
Merge new intro
2 parents 236acc8 + 2ff72f7 commit 3985474

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,24 @@ and is knowledgeable enough now to decide which electives to take.
108108

109109
## Intro CS
110110

111-
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!
111+
These courses will introduce you to the world of computer science.
112+
Both are required, but feel free to skip straight to the second course when CS50 (the first course) moves away from C.
113113

114114
**Topics covered**:
115115
imperative programming;
116116
procedural programming;
117117
C;
118118
manual memory management;
119119
basic data structures and algorithms;
120-
basic Python;
120+
Python;
121121
SQL;
122122
basic HTML, CSS, JavaScript;
123123
and more.
124124

125125
Courses | Duration | Effort | Prerequisites
126126
:-- | :--: | :--: | :--:
127127
[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
128+
[Introduction to Computer Science and Programming using Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-10) | 9 weeks | 15 hours/week | high school algebra
128129

129130
## Core CS
130131

0 commit comments

Comments
 (0)