(don't bash me too hard) Python interpreter in JavaScript

Amirouche Boubekki amirouche.boubekki at gmail.com
Wed Nov 16 05:39:09 EST 2011


Héllo

I am looking for a way how to bring Python interpreter to JavaScript, in
> order to provide a web-based application with python scripting
> capabilities. The app would have basic IDE for writing and debugging the
> python code, but the interpretation, of course, would be done in
> JavaScript. I'd like to avoid any client-server transactions, so all the
> interpretation should take place on the client side. The purpose of all
> this would be to create educational platform for learning the programming
> in python.
>

You might be looking for http://www.skulpt.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20111116/90bcdc76/attachment-0001.html>


More information about the Python-list mailing list