Make Python available in front end. #2214
Replies: 1 comment 1 reply
-
I agree 100% with you, Brython was designed to show how developers could write programs in Python instead of Javascript. The only way when I started the project (in 2012) was to translate Python code to Javascript; there is another option now, WASM, which is used by other projects, with pros and cons. Native support of other languages than JS in browsers - that is, the ability to write client-side scripts in Python, Go, Rust, Julia, etc. by just specifying a type in the |
Beta Was this translation helpful? Give feedback.
-
Brython is the way to go to make ( it's about time ) Python available for the front-end.
https://connect.mozilla.org/t5/ideas/gecko-firefox-supporting-python-to-interact-with-the-html-dom/idi-p/20158#M10542
On my side, I don't get why a web developer, should learn so many different languages in order to build and make-it available online a website ! here a random, short non-exhaustive list.
Back-end
front-end
~~= not per say a language, but rely on one to work, unless GUI.
Depending on your case you might have even a lot more.
So being stuck to learn redundant languages to build one website it is not efficient !
especially JavaScript.. That in my point of view is at the opposite of Python , readable and concise !
On my side, I'm totally free of JavaScript coding ( thx to Brython ! )
Anyway Brython just show the way, but it could be good if Python was supported natively by Web Browser. How could we achieve that ?
@PierreQuentel , I've sent you an email did you received it ?
Beta Was this translation helpful? Give feedback.
All reactions