We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c97204d + 6897ba3 commit d608c4cCopy full SHA for d608c4c
docs/intro/learning.rst
@@ -31,6 +31,16 @@ resource for learning all aspects of the language.
31
32
`Python for You and Me <http://pymbook.readthedocs.org/>`_
33
34
+Online Python Tutor
35
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
+
37
+Online Python Tutor gives you a visual step by step
38
+representation of how your program runs. Python Tutor
39
+helps people overcome a fundamental barrier to learning
40
+programming by understanding what happens as the computer
41
+executes each line of a program's source code.
42
43
+ `Online Python Tutor <http://pythontutor.com/>`_
44
45
Invent Your Own Computer Games with Python
46
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments