3131
3232< head >
3333
34- < title > Online Python Tutor - Visualize Python, Java, JavaScript, TypeScript, Ruby, C, and C++ code execution</ title >
34+ < title > Python Tutor - Visualize Python, Java, JavaScript, TypeScript, Ruby, C, and C++ code execution</ title >
3535
3636< meta http-equiv ="Content-type " content ="text/html; charset=UTF-8 "/>
3737
@@ -76,12 +76,14 @@ <h1><span id="learnHeading">VISUALIZE</span> <span class="smallH1">
7676
7777</ span > </ h1 >
7878
79- < p > < a id ="optLink " href ="visualize.html "> Online Python Tutor</ a > is a
80- free educational tool created by < a href ="http://www.pgbovine.net/ "> Philip Guo</ a >
81- that helps people overcome a fundamental
79+ < p > < a id ="optLink " href ="visualize.html "> Python Tutor</ a > , created
80+ by < a
81+ href ="http://www.pgbovine.net/ "> Philip Guo</ a > ,
82+ helps people overcome a fundamental
8283barrier to learning programming: understanding what happens as the
8384computer executes each line of a program's source code.</ p >
8485
86+
8587< p > Using this
8688tool, you can write < b > < a href ="visualize.html#py=2 "> Python</ a > </ b > ,
8789< a href ="java.html "> < b > Java</ b > </ a > ,
@@ -91,10 +93,10 @@ <h1><span id="learnHeading">VISUALIZE</span> <span class="smallH1">
9193< a href ="http://pgbovine.net/rosetta/c-demo.html "> < b > C</ b > </ a > ,
9294and < a href ="http://pgbovine.net/rosetta/cpp-demo.html "> < b > C++</ b > </ a >
9395programs in your Web
94- browser and visualize what the computer is doing step-by-step as it executes those programs.</ p >
96+ browser and visualize what the computer is doing step-by-step as it executes those programs.
9597
96- < p > So far, over 1.2 million people in over 165 countries have used
97- Online Python Tutor to visualize over 11 million pieces of code, often as a
98+ So far, over < b > 1.5 million people in over 180 countries</ b > have used
99+ Python Tutor to visualize over 13 million pieces of code, often as a
98100supplement to textbooks, lecture notes, and online programming
99101tutorials.</ p >
100102
@@ -105,9 +107,7 @@ <h1><span id="learnHeading">VISUALIZE</span> <span class="smallH1">
105107
106108< p > For example, here is a visualization showing a Python program that < a
107109href ="http://en.wikipedia.org/wiki/Recursion_(computer_science) "> recursively</ a >
108- finds the sum of a linked list.
109- Click the “Forward” button to see what happens as the
110- computer executes each line of code.</ p >
110+ finds the sum of a linked list:</ p >
111111
112112< div id ="demoViz "> </ div >
113113
@@ -177,7 +177,7 @@ <h1><span id="embedHeading">SHARE</span> <span class="smallH1">live visualizatio
177177< h1 > < span id ="shareHeading "> EMBED</ span > < span class ="smallH1 "> in any Web page</ span > </ h1 >
178178
179179< p > Using a single line of JavaScript code, you can < a
180- href ="https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/docs/embedding-HOWTO.md "> embed</ a > an Online Python Tutor
180+ href ="https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/docs/embedding-HOWTO.md "> embed</ a > a Python Tutor
181181visualization within any Web page (as shown in the “Learn”
182182box above). The screenshot below shows a visualization
183183embedded within the online textbook for the introductory CS course at UC
@@ -198,7 +198,7 @@ <h1><span id="shareHeading">EMBED</span> <span class="smallH1"> in any Web page<
198198Details:
199199< ul >
200200
201- < li /> Online Python Tutor runs Python 2.7 and 3.3, hosted on any CGI-capable Web server.
201+ < li /> Python Tutor runs Python 2.7 and 3.3, hosted on any CGI-capable Web server.
202202
203203 < li /> Main technologies: Python, Node.js, and Docker for
204204 backends; HTML/CSS/JavaScript with < a
0 commit comments