Skip to content

Commit 6897ba3

Browse files
author
Sidhant Bhavnani
committed
Made edits to Online Python Tutor
1 parent bad501a commit 6897ba3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/intro/learning.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@ 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
33+
34+
Online Python Tutor
3435
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3536

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.
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+
3943
`Online Python Tutor <http://pythontutor.com/>`_
4044

4145
Invent Your Own Computer Games with Python

0 commit comments

Comments
 (0)