diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst
index ba4a95965..475e43f72 100644
--- a/docs/intro/learning.rst
+++ b/docs/intro/learning.rst
@@ -31,6 +31,16 @@ resource for learning all aspects of the language.
`Python for You and Me `_
+Online Python Tutor
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Online Python Tutor gives you a visual step by step
+representation of how your program runs. Python Tutor
+helps people overcome a fundamental barrier to learning
+programming by understanding what happens as the computer
+executes each line of a program's source code.
+
+ `Online Python Tutor `_
Invent Your Own Computer Games with Python
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~