skulpt/skulpt
Skulpt is a Javascript implementation of the Python programming language observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 71
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5207
- days_rel: n/a
- days_push: 175
- n_releases_24m: 0
Adoption not part of the score
3396 stars · 908 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Skulpt is a JavaScript implementation of the Python programming language that runs entirely in the browser. It is primarily used to embed interactive Python execution in web pages, such as interactive textbooks and educational tools.
Use cases
- run python code in the browser
- embed a python interpreter in a web page
- build interactive python textbooks
- teach python without installing anything
- execute student python code client-side
- run python on ipad or mobile browsers
When to choose
- you need client-side Python execution with no server round-trip
- you are building educational content or interactive textbooks with Python exercises
- you want a lightweight in-browser Python sandbox for simple scripts and turtle graphics
When to avoid
- you need full CPython compatibility, C extensions, or advanced Python 3 features
- you need heavy scientific libraries like numpy, matplotlib, or tkinter
- you need high performance or complete standard library coverage
Facets
library · maturity active
interpreter programming-language programming-languages education web-development browser python-in-browser client-side-execution teaching javascript nodejs
1 source
- readme: https://github.com/skulpt/skulpt · fetched 2026-08-28 · f3b1436dc1c7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| skulpt/skulpt | main | 55 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem