pyground
Playground for running Python using WASM on data in the browser (by mcintyre94)
skulpt
Skulpt is a Javascript implementation of the Python programming language (by blockpy-edu)
pyground | skulpt | |
---|---|---|
2 | 1 | |
16 | 7 | |
- | - | |
0.0 | 2.7 | |
over 2 years ago | 2 months ago | |
TypeScript | JavaScript | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pyground
Posts with mentions or reviews of pyground.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-26.
-
Python 3.11 in the Web Browser
Yep, it’s all static with no server side and the Python all runs locally. The source is on GitHub: https://github.com/mcintyre94/pyground so you can run it locally or deploy it yourself if you’d like too
skulpt
Posts with mentions or reviews of skulpt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-26.
-
Python 3.11 in the Web Browser
MatPlotLib support in Skulpt for BlockPy [1]. Not complete, but workable for a lot of common graphs that I use in my CS1 course.
[1]: https://github.com/blockpy-edu/skulpt/blob/master/src/lib/ma...
What are some alternatives?
When comparing pyground and skulpt you can also consider the following projects:
mma - MMA - Musical MIDI Accompaniment. This is a mirror of the original author's code drops.
webappsec-subresource-integrity - WebAppSec Subresource Integrity
pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
cpython - The Python programming language