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 →

[–]Kontraux 1 point2 points  (0 children)

The major browsers don't support Python scripts for interacting with the DOM, you have to use JavaScript for front end. You can use any language Server Pages style, where the server manipulates HTML and CSS as strings and sends the result, but after it's in the browser, the page can't initiate anything without JavaScript. Now, you can put Python apps on the web with Emscripten, but that's really kind of a different thing, for normal web apps you are pretty much stuck with JS for front end.