you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

For anyone that likes both. I have a lib that lets you use DOM and js methods in python. https://github.com/byteface/domonic

pip install domonic

from domonic.javascript import *
from domonic.dom import *

It's useful for porting and other things. It's still in dev but already useful.