Skip to content
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

Improve Docs #24

Open
wants to merge 1 commit 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
14 changes: 7 additions & 7 deletions README → readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Online Python Tutor
Copyright (C) 2010 Philip J. Guo ([email protected])
https://github.com/pgbovine/OnlinePythonTutor/
# ***Online Python Tutor***
### Copyright (C) 2010 Philip J. Guo ([email protected])
### https://github.com/pgbovine/OnlinePythonTutor/

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -16,7 +16,7 @@ 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:
## Introduction:

The Online Python Tutor is a web application where you can type Python
scripts directly into your web browser, execute those scripts, and
Expand All @@ -27,10 +27,10 @@ Using this tool, teachers and students can write small Python code
snippets together and see what happens to the data structures when the
code gets executed.

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

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

The Online Python Tutor is implemented as a web application, with a
JavaScript front-end making AJAX calls to a pure-Python back-end.
Expand Down Expand Up @@ -101,7 +101,7 @@ deployed on the same server (unless you do some fancy proxy magic).


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

I want to create a web-based interactive learning platform for students
to explore programming. I envision an HTML UI where a student can enter
Expand Down