From ff0ab6e4f6a200b8f9a12b008d5d37f33b33882b Mon Sep 17 00:00:00 2001 From: Ashmita03 <44293268+Ashmita03@users.noreply.github.com> Date: Fri, 23 Nov 2018 09:38:20 +0530 Subject: [PATCH] Update index.md (#22846) --- guide/english/python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index 328ed0c38c..c07f6e9113 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -13,7 +13,6 @@ To learn more about Python, check out these pages on python.org: Python FAQ. -## Python 2 or Python 3 * The two versions are similar, with knowledge of one switching to writing code for the other is easy. * Python 2 or Python 3 @@ -180,3 +179,4 @@ Free Code Camp has some great resources. The web is a big place, there's plenty * [Learn Python the Hard Way book](https://learnpythonthehardway.org/python3) * [Introduction to Python Programming on Udacity](https://www.udacity.com/course/introduction-to-python--ud1110) * [Profiling in Python](https://docs.python.org/2/library/profile.html) +* [Python for Everybody Specialization](https://www.coursera.org/specializations/python)