From f6cda7c30f717ce2e4c2629d7880c655aea0a122 Mon Sep 17 00:00:00 2001 From: Mithun Kumer Ghose Date: Sat, 16 Apr 2016 20:48:41 +0600 Subject: [PATCH 1/3] Added CS FOR All The Course CS For All is offered by edx.org and I believe is a valuable course for the OSS students. --- extras/courses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/courses.md b/extras/courses.md index 07a229b..dcf2f37 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -46,6 +46,7 @@ Courses | Duration | Effort [Introduction to Computational Thinking and Data Science](https://www.edx.org/course/introduction-computational-thinking-data-mitx-6-00-2x-2#!)| 10 weeks | 15 hours/week [Introduction to Programming with Java Part 1: Starting to Code with Java](https://prod-edx-mktg-edit.edx.org/course/introduction-programming-java-part-1-uc3mx-it-1-1x-0)| 5 weeks | 5-7 hours/week [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 ### Math (Mathematical Thinking) ### Program Design From 4d3dbdf1c3d140b7e96b5b8fddc6e9fa1ed7bfed Mon Sep 17 00:00:00 2001 From: Mithun Kumer Ghose Date: Sat, 16 Apr 2016 20:51:41 +0600 Subject: [PATCH 2/3] Added Functional programming course Functional programming is a type of programming that should be known by the interested students. --- extras/courses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/courses.md b/extras/courses.md index dcf2f37..165f898 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -64,7 +64,7 @@ Courses | Duration | Effort Courses | Duration | Effort :-- | :--: | :--: [Principles of Reactive Programming](https://www.coursera.org/course/reactive)| 7 weeks | 5-7 hours/week - +[Introduction to Functional Programming](https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0)| 7 weeks | 4-6 hours/week ### Software Testing ### Math (Calculus) From 279e8cfb366d9ac743d146e9cb3fe01620e3c5f9 Mon Sep 17 00:00:00 2001 From: Mithun Kumer Ghose Date: Sat, 16 Apr 2016 20:58:44 +0600 Subject: [PATCH 3/3] Added Another two courses Added programming basics under introduction to computer science and Object oriented programming under programming paradigms. --- extras/courses.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extras/courses.md b/extras/courses.md index 165f898..f95393e 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -47,6 +47,8 @@ Courses | Duration | Effort [Introduction to Programming with Java Part 1: Starting to Code with Java](https://prod-edx-mktg-edit.edx.org/course/introduction-programming-java-part-1-uc3mx-it-1-1x-0)| 5 weeks | 5-7 hours/week [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 + ### Math (Mathematical Thinking) ### Program Design @@ -64,6 +66,7 @@ Courses | Duration | Effort Courses | Duration | Effort :-- | :--: | :--: [Principles of Reactive Programming](https://www.coursera.org/course/reactive)| 7 weeks | 5-7 hours/week +[Object-Oriented Programming](https://www.edx.org/course/object-oriented-programming-iitbombayx-cs101-2x)| 4 weeks | 8 hours/week [Introduction to Functional Programming](https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0)| 7 weeks | 4-6 hours/week ### Software Testing