Is it possible to replace the Javascript language with Python in web development?

Asked

Viewed 875 times

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?

2 answers

1


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

You are not signed in. Login or sign up in order to post.