EqualZ is a simplified clone of EqualX, but written in Python and standalone, i.e. without depending on external tools. In other words, you don't have to install a full LaTeX stack and bloat your disk ...
Pyodide provides a simple API {js:func}pyodide.runPython to run Python code. However, when your Python code grow bigger, putting hundreds of lines inside runPython is not scalable. For larger projects ...