Skip to content

devashishtyagi/pyshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PyShell

PyShell is an interative web based python tutor. It is built upon Web2Py MVC framework. It contains support for Google App Engine Hosting. All of the backend is written in Python and the front end is a mixture of javascript tricks. We have made a good use of CodeMirror, a fabolous javascript library to build our web based editor. For the beauty aspects Bootstrap came in handy. Most of the code is in the following files:

  1. controllers/default.py - Contains most of the controllers including the code for running python shell.
  2. models/db.py - New and standard database definitions and some DB related controllers.

About

Interactive web based python tutor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published