JavaScript intersection Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

JavaScript intersection Python

How can I add some JavaScript codes in my python GUI. Or How can I add Python code directly in my JavaScript code and makes it run

12th Sep 2019, 6:51 PM
Qudusayo
Qudusayo - avatar
6 Answers
12th Sep 2019, 8:05 PM
BroFar
BroFar - avatar
+ 8
if you notice inside the script tag on Brython code there is both JavaScript code and python... on the second code it is interpreted via JavaScript through the Skulpt framework and the python code is inside the multiple input / textarea tags
12th Sep 2019, 7:18 PM
BroFar
BroFar - avatar
+ 4
How Bro Far. Ops
12th Sep 2019, 7:06 PM
Qudusayo
Qudusayo - avatar
+ 4
Bro what about JavaScript in python
12th Sep 2019, 7:50 PM
Qudusayo
Qudusayo - avatar
+ 3
You can use a python library called eel, to easily achieve this, learn about eel here https://github.com/ChrisKnott/Eel
14th Sep 2019, 3:18 PM
Chinonso Uche Ugwonna
Chinonso Uche Ugwonna - avatar