1
It is possible to replace the Javascript language with Python, I mean, instead of using Javascript to interact with the user on the web page, there is some way for me to write this interaction in Python instead of using Javascript?
1
It is possible to replace the Javascript language with Python, I mean, instead of using Javascript to interact with the user on the web page, there is some way for me to write this interaction in Python instead of using Javascript?
1
Today is not possible. Maybe it will be soon through the Webassembly. But in this particular case I see little advantage. Some initiatives are:
1
It is possible to use "interpreters" such as Javascriphton to translate your Python code to JS or even solutions like Coffescript or Typescript to program in a cleaner version of the language.
Browser other questions tagged javascript python front-end
You are not signed in. Login or sign up in order to post.