-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Python in browser #65
Comments
We considered this, but int he ended decided that the other way around is more feasible; that is, we will move towards making inline JavaScript work better on the desktop rather than making Python script work better in the browser. I'll leave this issue open though, because it will probably come up again at some point. |
I guess that couldn't hurt either, but my rationale was that researchers are far more likely to be already at home with python than js. |
2 years later and the situation seems radically better Python devs are even planning to promote the web target to a tier 2 platform. |
Thanks! I'm aware that work is being done on this, and it's still on the radar for OSWeb. |
I'm not really an experienced dev, but it is my understanding this was a discussed/requested in the past and there's an objective marginal preference for it.
Also, writing experiments only once wouldn't hurt.
With a quick search I found the following possible building blocks
https://github.com/tvst/jsbuilder
https://github.com/jggatc/pyjsdl
https://github.com/qquick/transcrypt
https://github.com/brython-dev/brython
The text was updated successfully, but these errors were encountered: