+ 9

Can python be used in client-side/browser?

I want to use python along with html instead of javascript. - Is there any way or work arround for this? - If yes, what are the pros. and cons.?

7th Mar 2017, 2:09 PM
Riman Das
Riman Das - avatar
3 Answers
+ 9
There is a way, but wouldn't you prefer using JavaScript as most browsers, and namely their engines acknowledge JS as a client side language? Whatever you need to be handled can be sent via AJAX to the client side, or do you mean you wish to use Python for it's simplicity? Check this out: http://www.skulpt.org
7th Mar 2017, 6:34 PM
Mark Foxx
Mark Foxx - avatar
+ 8
Thanks Foxx, I would like to use python for its simplicity.
8th Mar 2017, 2:07 AM
Riman Das
Riman Das - avatar
+ 2
http://www.transcrypt.org Python to JavaScript compiler (I am the initiator of this OS project)
28th Mar 2017, 7:22 PM
Jacques de Hooge
Jacques de Hooge - avatar