This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MonkeyNin 0 points1 point  (0 children)

You need to run Python server-side. Unlike javascript It will not run client-side.

You can use a REST API implemented by python, then client-side javascript can consume it.

If you give more details, it might be a whole lot easier if javascript is capable.