Skip to content

Commit 6dee776

Browse files
Create section for Intro to Programming
Pursuant to the RFC: ossu#589
1 parent 1eda3a2 commit 6dee776

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,28 @@ Some high school graduates will have already taken AP Calculus, but this is usua
118118
and is knowledgeable enough now to decide which electives to take.
119119
- Note that [Advanced systems](#advanced-systems) assumes the student has taken a basic physics course (e.g. AP Physics in high school).
120120

121+
## Introduction to Programming
122+
123+
If you've never written a for-loop, or don't know what a string is in programming, start here. Choose one of the two course series below. Either one will give you an introduction to programming that assumes no prior knowledge.
124+
125+
Trying to decide between them?
126+
127+
_Python for Everyone_ will introduce you to a popular language and will quickly move to practical programming tasks - using web APIs and databases. This will give you a taste of what many professional developers do.
128+
129+
_Fundamentals of Computing_ will also start by introducing you to Python. It then moves on to give an introduction to academic Computer Science topics, like sorting and recursion. This will give you a taste of what the following courses will be like. (Students who complete _Fundamentals of Computing_ can skip Intro to Computer Science and begin Core CS.)
130+
131+
**Topics covered**:
132+
`simple programs`
133+
`simple data structures`
134+
135+
Courses | Duration | Effort | Prerequisites
136+
:-- | :--: | :--: | :--:
137+
[Python for Everyone](https://www.coursera.org/specializations/python) | 9 weeks | 58 hours | none
138+
[Fundamentals of Computing](https://www.coursera.org/specializations/computer-fundamentals) | 9 weeks | 138 hours | high school mathematics
139+
121140
## Introduction to Computer Science
122141

123-
This course will introduce you to the world of computer science.
142+
This course will introduce you to the world of computer science. Students who have been introduced to programming, either from the courses above or through study elsewhere, should take this course for a flavor of the material to come. If you finish the course wanting more, Computer Science is likely for you!
124143

125144
**Topics covered**:
126145
`computation`

0 commit comments

Comments
 (0)