Skip to content

Commit 23e4bc9

Browse files
committed
big cleanup to remove unused code and update copyright notice
1 parent 935f558 commit 23e4bc9

42 files changed

Lines changed: 44 additions & 1029 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
Online Python Tutor
1+
Online Python Tutor is a free educational tool created by Philip Guo
2+
that helps students overcome a fundamental barrier to learning
3+
programming: understanding what happens as the computer executes each
4+
line of a program's source code. Using this tool, a teacher or student
5+
can write a Python program in the Web browser and visualize what the
6+
computer is doing step-by-step as it executes the program.
27

38
http://pythontutor.com/
9+
410
https://github.com/pgbovine/OnlinePythonTutor/
511

12+
======
613

714
Copyright (C) Philip J. Guo (philip@pgbovine.net)
815

@@ -26,26 +33,15 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2633
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2734

2835
======
36+
All documentation is viewable online at:
2937

30-
Summary:
31-
32-
Online Python Tutor enables teachers and students to write Python
33-
programs directly in the web browser, execute those programs, and then
34-
step forwards and backwards through execution to view the run-time
35-
state of data structures.
38+
https://github.com/pgbovine/OnlinePythonTutor/tree/master/v3/docs
3639

37-
So far, over 100,000 people have used Online Python Tutor to
38-
understand and debug their programs, often as a supplement to
39-
textbooks, lecture notes, and online programming tutorials.
40+
The v3/ sub-directory contains the latest version of the code.
4041

4142
---
42-
All documentation is viewable online at:
43-
https://github.com/pgbovine/OnlinePythonTutor/tree/master/v3/docs
43+
History:
4444

45-
---
46-
Repository contents: the v3/ sub-directory contains the latest version of the code.
47-
48-
---
4945
v1-v2/
5046

5147
Online Python Tutor version 1 - released on January 19, 2010

v3/bst_test.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

v3/composingprograms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Online Python Tutor
77
https://github.com/pgbovine/OnlinePythonTutor/
88
9-
Copyright (C) 2010-2013 Philip J. Guo (philip@pgbovine.net)
9+
Copyright (C) Philip J. Guo (philip@pgbovine.net)
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a
1212
copy of this software and associated documentation files (the
@@ -209,7 +209,7 @@
209209
information, cookies, or session state from users.</p>
210210

211211
<p style="margin-top: 8px;">
212-
Copyright &copy; 2010-2014 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
212+
Copyright &copy; <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
213213
</p>
214214

215215
</div>

v3/convert_2to3.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

v3/create_log_db.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

v3/csc108h.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Online Python Tutor
77
https://github.com/pgbovine/OnlinePythonTutor/
88
9-
Copyright (C) 2010-2013 Philip J. Guo (philip@pgbovine.net)
9+
Copyright (C) Philip J. Guo (philip@pgbovine.net)
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a
1212
copy of this software and associated documentation files (the
@@ -154,7 +154,7 @@
154154
information, cookies, or session state from users.</p>
155155

156156
<p style="margin-top: 8px;">
157-
Copyright &copy; 2010-2014 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
157+
Copyright &copy; <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
158158
</p>
159159

160160
</div>

v3/csc108h_shared.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Online Python Tutor
77
https://github.com/pgbovine/OnlinePythonTutor/
88
9-
Copyright (C) 2010-2013 Philip J. Guo (philip@pgbovine.net)
9+
Copyright (C) Philip J. Guo (philip@pgbovine.net)
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a
1212
copy of this software and associated documentation files (the
@@ -175,7 +175,7 @@
175175
information, cookies, or session state from users.</p>
176176

177177
<p style="margin-top: 8px;">
178-
Copyright &copy; 2010-2014 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
178+
Copyright &copy; <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
179179
</p>
180180

181181
</div>

0 commit comments

Comments
 (0)