LEARN

a card catalog of things you can run in your browser

Pyodide

Python in your browser

Real CPython via WebAssembly.

Run code, load packages with micropip, and inspect the machine — nothing to install, nothing leaves the page.

Regex Tester

Python regex, live

Matches, groups, flags, substitution.

Test Python regular expressions and watch matches, spans, capture groups, flags, and a substitution preview update live.

JSON Pretty Printer

Format & validate JSON

Pretty-print, minify, sort keys.

Pretty-print, minify, sort keys, and validate JSON with Python's json module — all in-browser.

Markdown to HTML

Markdown → HTML

Real Python markdown via micropip.

Convert Markdown to HTML with the real Python markdown package, loaded on demand through Pyodide and micropip.

Text Diff

Unified text diffs

Compare two blocks with difflib.

Compute unified diffs between two blocks of text with Python's difflib — paste, compare, and copy the result.

← home