Skip to content

Commit bad501a

Browse files
author
Sidhant Bhavnani
committed
Added Online Python Tutor
I found this tool helpful when I started to learn how to code and I thought that this should be on the list.
1 parent c97204d commit bad501a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/intro/learning.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ If you want a more traditional book, *Python For You and Me* is an excellent
3030
resource for learning all aspects of the language.
3131

3232
`Python for You and Me <http://pymbook.readthedocs.org/>`_
33+
Online Python Tutor: a basic understanding of how your code will run
34+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3335

36+
pythontutor.com is an easy way to get introduced to Python and programming in general.
37+
In Python Tutor you will see a visual step by step representation of how your program runs.
38+
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.
39+
`Online Python Tutor <http://pythontutor.com/>`_
3440

3541
Invent Your Own Computer Games with Python
3642
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)