replace javascript with brython !
Hi,
have a look here, as an alternative of transcrypt:
(log in to comment)
Comments
Brython does not really transpile Python to JavaScript, at least not in the way Transcrypt does*. It's basically a full implementation of Python in JavaScript and it's at a stage where it is very compatible indeed with Python 3.7: most of the Python standard library that is sensible to use in the browser works in the browser.
* Brython does generate JavaScript code internally, but this is an implementation detail/optimisation.
(I was looking into this for adventurelib.)
rdb on 2019/10/03 20:24: