From 4b93a5b6851c06d7a844dcb6d5b500f743cfe0bb Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 15 Oct 2018 14:58:26 -0400 Subject: [PATCH] Update index.md (#19185) --- client/src/pages/guide/english/python/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/python/index.md b/client/src/pages/guide/english/python/index.md index 1d103a0c6ee..4272981a142 100644 --- a/client/src/pages/guide/english/python/index.md +++ b/client/src/pages/guide/english/python/index.md @@ -163,6 +163,7 @@ Free Code Camp has some great resources. The web is a big place, there's plenty * General: https://www.fullstackpython.com/ * Learn the Basics: https://www.codecademy.com/learn/learn-python * Computer science using Python: https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11?ref=hackernoon#! +* Another computer science course using Python: https://www.udacity.com/course/intro-to-computer-science--cs101 * List of more resources for learning python: https://github.com/vinta/awesome-python * Interactive Python: http://interactivepython.org/runestone/static/thinkcspy/index.html * Developer's Guide to Python: https://devguide.python.org/