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)