mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Made edits to Online Python Tutor
This commit is contained in:
@@ -30,12 +30,16 @@ If you want a more traditional book, *Python For You and Me* is an excellent
|
|||||||
resource for learning all aspects of the language.
|
resource for learning all aspects of the language.
|
||||||
|
|
||||||
`Python for You and Me <http://pymbook.readthedocs.org/>`_
|
`Python for You and Me <http://pymbook.readthedocs.org/>`_
|
||||||
Online Python Tutor: a basic understanding of how your code will run
|
|
||||||
|
Online Python Tutor
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
pythontutor.com is an easy way to get introduced to Python and programming in general.
|
Online Python Tutor gives you a visual step by step
|
||||||
In Python Tutor you will see a visual step by step representation of how your program runs.
|
representation of how your program runs. Python Tutor
|
||||||
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.
|
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 <http://pythontutor.com/>`_
|
`Online Python Tutor <http://pythontutor.com/>`_
|
||||||
|
|
||||||
Invent Your Own Computer Games with Python
|
Invent Your Own Computer Games with Python
|
||||||
|
|||||||
Reference in New Issue
Block a user