mirror of
https://github.com/ossu/computer-science.git
synced 2025-03-02 19:29:22 -05:00
Make Intro CS section with just CS50 in it
This commit is contained in:
parent
71a60d4568
commit
d2d9ea2d0f
24
README.md
24
README.md
@ -50,6 +50,7 @@ These are **fundamental abilities** to succeed in our journey.
|
|||||||
|
|
||||||
# Curriculum
|
# Curriculum
|
||||||
|
|
||||||
|
- [Intro CS](#intro-cs)
|
||||||
- [Core CS](#core-cs)
|
- [Core CS](#core-cs)
|
||||||
- [Core programming](#core-programming)
|
- [Core programming](#core-programming)
|
||||||
- [Core math](#core-math)
|
- [Core math](#core-math)
|
||||||
@ -65,16 +66,28 @@ See also: [Prerequisites](#prerequisites)
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Core CS
|
## Intro CS
|
||||||
|
|
||||||
### Core programming
|
Use this course to figure out if Computer Science is right for you.
|
||||||
**Topics covered**: imperative programming;
|
Only proceed in the curriculum if it really excites you.
|
||||||
|
|
||||||
|
**Topics covered**:
|
||||||
|
imperative programming;
|
||||||
procedural programming;
|
procedural programming;
|
||||||
C;
|
C;
|
||||||
basic data structures and algorithms;
|
basic data structures and algorithms;
|
||||||
Python;
|
basic Python;
|
||||||
SQL;
|
SQL;
|
||||||
HTML, CSS, JavaScript;
|
basic HTML, CSS, JavaScript;
|
||||||
|
|
||||||
|
Courses | Duration | Effort | Prerequisites
|
||||||
|
:-- | :--: | :--: | :--:
|
||||||
|
[Introduction to Computer Science - CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!) | 12 weeks | 10-20 hours/week | none
|
||||||
|
|
||||||
|
## Core CS
|
||||||
|
|
||||||
|
### Core programming
|
||||||
|
**Topics covered**:
|
||||||
basic testing;
|
basic testing;
|
||||||
functional program composition;
|
functional program composition;
|
||||||
object-oriented program design;
|
object-oriented program design;
|
||||||
@ -88,7 +101,6 @@ and more.
|
|||||||
|
|
||||||
Courses | Duration | Effort | Prerequisites
|
Courses | Duration | Effort | Prerequisites
|
||||||
:-- | :--: | :--: | :--:
|
:-- | :--: | :--: | :--:
|
||||||
[Introduction to Computer Science - CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!) | 12 weeks | 10-20 hours/week | none
|
|
||||||
[How to Code: Systematic Program Design (XSeries)](https://www.edx.org/xseries/how-code-systematic-program-design) | 15 weeks | 5 hours/week | none
|
[How to Code: Systematic Program Design (XSeries)](https://www.edx.org/xseries/how-code-systematic-program-design) | 15 weeks | 5 hours/week | none
|
||||||
[Object Oriented Programming in Java](https://www.coursera.org/learn/object-oriented-java) | 6 weeks | 4-6 hours/week | some programming
|
[Object Oriented Programming in Java](https://www.coursera.org/learn/object-oriented-java) | 6 weeks | 4-6 hours/week | some programming
|
||||||
[Programming Languages, Part A](https://www.coursera.org/learn/programming-languages) | 4 weeks | 8-16 hours/week | recommended: Java, C
|
[Programming Languages, Part A](https://www.coursera.org/learn/programming-languages) | 4 weeks | 8-16 hours/week | recommended: Java, C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user