mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #616 from bhavnanisidhant/bhavnanisidhant-OPT-1
Added Online Python Tutor
This commit is contained in:
@@ -31,6 +31,16 @@ resource for learning all aspects of the language.
|
||||
|
||||
`Python for You and Me <http://pymbook.readthedocs.org/>`_
|
||||
|
||||
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 <http://pythontutor.com/>`_
|
||||
|
||||
Invent Your Own Computer Games with Python
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user