Skip to content

beautified docs #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Online Python Tutor
Online Python Tutor
Copyright (C) 2010 Philip J. Guo ([email protected])
https://github.com/pgbovine/OnlinePythonTutor/

Expand All @@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

======
=============
Introduction:

The Online Python Tutor is a web application where you can type Python
Expand All @@ -29,7 +29,7 @@ code gets executed.

Try it out live at: http://www.onlinepythontutor.com/

======
=============================
System architecture overview:

The Online Python Tutor is implemented as a web application, with a
Expand Down Expand Up @@ -100,7 +100,7 @@ Due to the AJAX same-origin policy, the front-end and back-end must be
deployed on the same server (unless you do some fancy proxy magic).


======
=============================================
Original founding vision (from January 2010):

I want to create a web-based interactive learning platform for students
Expand Down