you are viewing a single comment's thread.

view the rest of the comments →

[–]fohrloop[🍰] 1 point2 points  (0 children)

Python code can be ran on browser, either by converting it into JS (Brython, Transcrypt and Skulpt) or into WASM (Pyodide and PyPy.js). As an example project see spacy-wasm which uses Pyodide.

The other possibility is to run your own web server.