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 ...