Skip to content

Commit ae3e2ec

Browse files
author
Philip Guo
committed
bam
1 parent 6445a82 commit ae3e2ec

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,14 @@ <h2>Learn and practice Python programming from your web browser</h2>
6262
<h1>Learn</h1>
6363
<h2>Python by writing code and visualizing execution</h2>
6464

65-
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
66-
eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
65+
<p>This free educational application allows teachers and students to
66+
write Python scripts directly in the web browser, execute those scripts,
67+
single-step <b>forwards and backwards</b> through execution, and view
68+
the run-time state of all data structures.</p>
69+
70+
<p>Rather than displaying a bland text-based console, the Online Python
71+
Tutor provides a rich visualization of variables, heap objects, and
72+
stack frames. For example, the following code:</p>
6773

6874
<pre>
6975
x = ["Alice", "Bob", "Charlie"]
@@ -72,10 +78,12 @@ <h2>Python by writing code and visualizing execution</h2>
7278
</pre>
7379

7480
<p>will be visualized as the following diagram, which properly shows
75-
aliasing:</p>
81+
aliasing relationships:</p>
7682

7783
<center>
7884
<img src="alias-screenshot.png"/>
85+
86+
<h3><a href="tutor.html">Go play with the Online Python Tutor now!</a></h3>
7987
</center>
8088

8189
</div>

0 commit comments

Comments
 (0)