My Study Tools

A great excuse to program while 'studying'

Try it!


Description


Context: Traditional flashcards and textbooks didn't work for me. I needed interactive tools that let me practice by doing — running calculations, testing formulas, and getting instant feedback.

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.