-
Is it possible to call a function from a .py script in a JavaScript script? If yes, how can you do that? |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Aug 17, 2022
Replies: 1 comment 2 replies
-
@LordReya Googling "javascript python integration" yields interesting (and a lot of them!) answers, see whichever one satisfies your doubt. They primarily comprise of various ways to integrate them. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LordReya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@LordReya Googling "javascript python integration" yields interesting (and a lot of them!) answers, see whichever one satisfies your doubt.
They primarily comprise of various ways to integrate them.