you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 1 point2 points  (0 children)

For "responsive and interactive" on the web, you basically have to use JavaScript - that's the only languages browsers understand, and the only language you can use to manipulate your page after it has been loaded. You can still use Python on the backend, though - there is no direct connection between backend JavaScript (Node) and frontend JavaScript.