3131
3232< head >
3333
34- < title > Online Python Tutor: Learn programming visually </ title >
34+ < title > Online Python Tutor: Learn Python programming in your web browser </ title >
3535
3636
3737<!-- requirements for pytutor.js -->
4646< link rel ="stylesheet " href ="css/pytutor.css "/>
4747
4848< script type ="text/javascript " src ="js/jquery.corner.js "> </ script >
49-
5049< script type ="text/javascript " src ="js/index.js "> </ script >
51-
5250< link rel ="stylesheet " href ="css/index.css "/>
5351
5452</ head >
5553
5654< body >
5755
5856< div class ="titlePane ">
59-
60- < h1 > Online Python Tutor</ h1 >
61- < h2 > Learn programming visually</ h2 >
62-
57+ < h1 > Online Python Tutor</ h1 >
6358</ div >
6459
65-
6660< div class ="mainBodyPane ">
6761
68- < table id =' embedShareTable '>
62+ < table class =' layoutTbl '>
6963 < tr >
70- < td colspan =" 2 " >
64+ < td >
7165
7266< div class ="activityPane " id ="learnPane ">
7367
@@ -76,22 +70,24 @@ <h1>Learn <span class="smallH1">to program in Python by writing code and visuali
7670< p > Online Python Tutor allows teachers and students to write < a
7771href ="http://www.python.org/ "> Python</ a > programs directly in the web
7872browser, execute those programs, and then step forwards and backwards
79- through execution to view the run-time state of data structures. For
80- example, here is a recursive function that sums linked list
81- elements:</ p >
73+ through execution to view the run-time state of data structures.</ p >
74+
75+ < p > For example, here is a recursive function that finds the sum of
76+ linked list elements. Click the “Forward” button to start
77+ stepping through execution.</ p >
8278
8379< div id ="demoViz "> </ div >
8480
8581< p > Over 100,000 people so far have used Online Python Tutor to
8682understand and debug their programs, often as a supplement to textbooks,
8783lecture notes, and online tutorials.</ p >
8884
89- < p > In addition, instructors in over a dozen universities including MIT,
90- UC Berkeley, UC Davis, Sonoma State University, the University of
91- Washington, the University of Waterloo, the University of Toronto,
92- Luther College, and Swarthmore College have adopted it for teaching
93- introductory computer science courses. < span style ="color: #e93f34; "> We
94- are seeking partnerships with educators at all grade levels; email
85+ < p > Instructors in over a dozen universities such as MIT, UC Berkeley, UC
86+ Davis, Sonoma State University, the University of Washington, the
87+ University of Waterloo, the University of Toronto, Luther College, and
88+ Swarthmore College have adopted it for teaching introductory computer
89+ science courses. < span style ="color: #e93f34; "> We are seeking
90+ partnerships with educators at all grade levels; email
9591< tt > [email protected] </ tt > if you are interested.
</ span > </ p > 9692
9793</ p >
@@ -100,11 +96,11 @@ <h3><a href="tutor.html">Start using Online Python Tutor now</a></h3>
10096
10197</ div >
10298
103-
104-
10599 </ td >
106100 </ tr >
101+ </ table >
107102
103+ < table class ='layoutTbl '>
108104 < tr >
109105 < td id ="embedPaneTd ">
110106
@@ -137,7 +133,6 @@ <h1>Embed <span class="smallH1">visualizations in digital textbooks</span></h1>
137133
138134</ div >
139135
140-
141136 </ td >
142137 < td id ="sharePaneTd ">
143138
@@ -165,7 +160,6 @@ <h1>Share <span class="smallH1">visualizations online</span></h1>
165160
166161< div class ="activityPane " id ="detailsPane ">
167162
168-
169163< p >
170164More Details:
171165< ul >
@@ -191,8 +185,6 @@ <h1>Share <span class="smallH1">visualizations online</span></h1>
191185</ ul >
192186</ p >
193187
194-
195-
196188</ div >
197189
198190 </ td >
@@ -218,7 +210,5 @@ <h1>Share <span class="smallH1">visualizations online</span></h1>
218210</ div >
219211
220212
221-
222213</ body >
223214</ html >
224-
0 commit comments