From a69a1737d320d144fda49ca783781a07b97e0e0a Mon Sep 17 00:00:00 2001 From: Lumidify Productions Date: Sat, 19 Mar 2016 21:18:47 +0100 Subject: [PATCH] Add two courses to extras Add "An Introduction to Interactive Programming in Python" part 1 and 2 to extras. Note: I don't know if these courses are worthy of being displayed in this list, but they are where I learned Python (and programming in general), so I'll just give them as a suggestion. --- extras/courses.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/courses.md b/extras/courses.md index cf6d392..8320cad 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -40,6 +40,8 @@ Courses | Duration | Effort :-- | :--: | :--: [Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!)| 12 weeks | 10-20 hours/week +[An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1)| 5 weeks | - +[An Introduction to Interactive Programming in Python (Part 2)](https://www.coursera.org/learn/interactive-python-2)| - | - [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 ### Math (Mathematical Thinking)