Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/pywebtest
To create the interactive python course , require the code to run on web and need to show on console. Using brython and code mirror to done this.
https://github.com/saturngod/pywebtest
Last synced: 26 days ago
JSON representation
To create the interactive python course , require the code to run on web and need to show on console. Using brython and code mirror to done this.
- Host: GitHub
- URL: https://github.com/saturngod/pywebtest
- Owner: saturngod
- Created: 2014-07-11T10:56:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-12T09:32:41.000Z (over 10 years ago)
- Last Synced: 2024-10-16T02:10:44.533Z (2 months ago)
- Language: Python
- Size: 2.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run python code with code editor on brower. Support more than one editor in one page. Idea for teaching python 3 on web.
## Credits
- [brython](http://www.brython.info/) to run python 3 on website.
- [CodeMirror](http://codemirror.net/) for python editor
- run python script idea from [Pierre Quentel](https://groups.google.com/d/msg/brython/xLv55qq-L1s/mcwmI6-pEhcJ)'s answer from google group discussion