diff --git a/docs/intro/duction.rst b/docs/intro/duction.rst
index 8d78c3c..380228e 100644
--- a/docs/intro/duction.rst
+++ b/docs/intro/duction.rst
@@ -8,6 +8,11 @@ Learning Python
Beginners
`````````
+* `learnpython.org `_ - Learnpython.org is an easy non-intimidating way to get introduced to python. The website takes the same approach used on the popular `Try Ruby `_ website, it has an interactive python interpreter built into the site that allows you to go through the lessons without having to install Python locally.
+
+* `Dive Into Python 3 `_ - Dive into Python 3 is a no non-sense approach to Python and is suited for someone that already knows how to program but now wants to learn Python.
+
+
Learn Python the Hard Way
-------------------------