Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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