From 3605123a758f4c9616801c9e3353a5b632d39fe3 Mon Sep 17 00:00:00 2001 From: Mithun Kumer Ghose Date: Sun, 17 Apr 2016 13:01:20 +0600 Subject: [PATCH 1/3] Added Mathematical Thinking The Mathematical thinking course is very essential course for computer scientists. --- extras/courses.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/courses.md b/extras/courses.md index f95393e..b17a7e5 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -50,6 +50,8 @@ Courses | Duration | Effort [Programming Basics](https://www.edx.org/course/programming-basics-iitbombayx-cs101-1x)| 9 weeks | 8 hours/week ### Math (Mathematical Thinking) +:-- | :--: | :--: +[Introduction to Mathematical Thinking](https://www.coursera.org/course/maththink)| 10 weeks | 8-10 hours/week ### Program Design From 663d6369bd9387b906b8537431f1df3595bd3263 Mon Sep 17 00:00:00 2001 From: Mithun Kumer Ghose Date: Sun, 17 Apr 2016 13:05:18 +0600 Subject: [PATCH 2/3] Added Introduction to Logic Logic is the crucial thing in computer science. --- extras/courses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/courses.md b/extras/courses.md index b17a7e5..eb2bb6f 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -48,6 +48,7 @@ Courses | Duration | Effort [Introduction to Programming with Java Part 2: Writing Good Code](https://prod-edx-mktg-edit.edx.org/course/introduction-programming-java-part-2-uc3mx-it-1-2x)| 5 weeks | 5-7 hours/week [CS For All: Introduction to Computer Science and Python Programming](https://www.edx.org/course/cs-all-introduction-computer-science-harveymuddx-cs005x-0)| 14 weeks | 5-7 hours/week [Programming Basics](https://www.edx.org/course/programming-basics-iitbombayx-cs101-1x)| 9 weeks | 8 hours/week +[Introduction to Logic](https://www.coursera.org/course/intrologic)| 8 weeks | 4-10 hours/week ### Math (Mathematical Thinking) :-- | :--: | :--: From 4952a1ed2a6c8f4e39055960d48186bd25ddd72f Mon Sep 17 00:00:00 2001 From: Mithun Kumer Ghose Date: Sun, 17 Apr 2016 13:07:44 +0600 Subject: [PATCH 3/3] Added Pre-Calculas Calculas is great thing to learn for computer professional. --- extras/courses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/courses.md b/extras/courses.md index eb2bb6f..18bf5b7 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -77,6 +77,7 @@ Courses | Duration | Effort Courses | Duration | Effort :-- | :--: | :--: +[Pre-Calculus](https://www.coursera.org/course/precalculus)| 10 weeks | 10-12 hours/week [Multivariable Calculus](https://www.coursera.org/course/m2o2c2)| 6 weeks | 5-7 hours/week ### Software Architecture