Python Playground

Skulpt loads on first run (~1 MB). Code stays in your browser and is not sent to the server.

What works / what does not
print, variables, strings, math, booleansif/elif/else, while, for, rangedef, return, built-ins like len/sumlists, dicts, tuples (basics)pip, third-party packagesreading/writing real filesnetwork, urllib beyond basicsnumpy, pandas, full stdlib
Examples
Output

Skulpt is a browser subset of Python 3 — great for chapter 1–2, not for production or data science.