mirror of
https://github.com/ossu/computer-science.git
synced 2024-10-01 01:26:01 -04:00
Python for Everyone > Python for Everybody
The course, book and website all say everybody instead of everyone. Just a little nit I noticed.
This commit is contained in:
parent
c43aee63da
commit
899bb92281
@ -121,7 +121,7 @@ If you've never written a for-loop, or don't know what a string is in programmin
|
||||
|
||||
Trying to decide between them?
|
||||
|
||||
_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.
|
||||
_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.
|
||||
|
||||
_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.)
|
||||
|
||||
@ -131,7 +131,7 @@ _Fundamentals of Computing_ will also start by introducing you to Python. It the
|
||||
|
||||
Courses | Effort | Prerequisites
|
||||
:-- | :--: | :--:
|
||||
[Python for Everyone](https://www.coursera.org/specializations/python) ([alt](https://www.py4e.com/)) | 58 hours | none
|
||||
[Python for Everybody](https://www.coursera.org/specializations/python) ([alt](https://www.py4e.com/)) | 58 hours | none
|
||||
[Fundamentals of Computing](https://www.coursera.org/specializations/computer-fundamentals) | 138 hours | high school mathematics
|
||||
|
||||
### Introduction to Computer Science
|
||||
|
Loading…
Reference in New Issue
Block a user