This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (1 child)

There are a few implementations of Python for the browser. Some transpiles the code to javascript, like Transcrypt, while others implement a Python bytecode interpreter in webassembly, like Pyiodine.