Skip to content

Commit de5fa40

Browse files
Simplify Intro to Programming
Resolves ossu#763
1 parent 91d88dc commit de5fa40

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,15 @@ and is knowledgeable enough now to decide which electives to take.
117117

118118
### Introduction to Programming
119119

120-
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. You can audit either for free, _in order to do so, click through to the individual courses in the specializations_.
121-
122-
Trying to decide between them?
123-
124-
_Python for Everybody_ 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.
125-
126-
_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 Introduction to CS Tools.)
120+
If you've never written a for-loop, or don't know what a string is in programming, start here.
127121

128122
**Topics covered**:
129123
`simple programs`
130124
`simple data structures`
131125

132-
Courses | Effort | Prerequisites
133-
:-- | :--: | :--:
134-
[Python for Everybody](https://www.py4e.com/) | 58 hours | none
135-
[Fundamentals of Computing](https://www.coursera.org/specializations/computer-fundamentals) | 138 hours | high school mathematics
126+
Courses | Duration | Effort | Prerequisites
127+
:-- | :--: | :--: | :--:
128+
[Python for Everybody](https://www.py4e.com/) | 14 weeks | 3 hours/week | none
136129

137130
### Introduction to Computer Science
138131

0 commit comments

Comments
 (0)