Try it!
Description
Challenges: Making Python run in the browser without a backend. PyScript solved this, but required careful structuring of the code to avoid indentation errors and ensuring each tool was self-contained enough to work in a terminal widget.
Result: A set of browser-playable Python tools covering math and physics topics — all running client-side via PyScript. No server, no install.