-
Notifications
You must be signed in to change notification settings - Fork 2
Like TryPython, except with the ability to share scripts.
thom-nic/Python-Web-Console
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Like TryPython, except with the ability to publish and share scripts. Inspired by the Groovy Web Console, which also runs on AppEngine. Ironically enough, the application itself is written in Java and utilizes Jython, as CPython cannot be safely sandboxed. Instructions: ./download-static-files.sh # download external files from other projects mvn gae:unpack # download the appengine SDK mvn compile gae:run # run a development server To Deploy: mvn package -Pminify-all-external # minify third-party resources mvn gae:deploy -Ddebug=false TODO * Login for editing/deleting/modifying published scripts * Memcache compiled python scripts (PyCode) * Enable URLfetch for script code? * Enable AJAX callbacks for 'input' functions? Credits: Static code highlighting from Alex Gorbechev Live code highlighting thanks to CodeMirror Social network 'share' icons from chethstudios.net and Benjamin Reid from psd.tutsplus.com
About
Like TryPython, except with the ability to share scripts.
Resources
Stars
Watchers
Forks
Packages 0
No packages published