Best way to integrate Python and JavaScript?

后端 未结 12 2431
礼貌的吻别
礼貌的吻别 2020-11-28 02:39

Is it possible to integrate Python and JavaScript? For example, imagine you wanted to be able to define classes in JavaScript and use them from Python (or vice versa). If

12条回答
  •  感情败类
    2020-11-28 02:54

    How about pyjs?

    From the above website:

    pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop. With pyjs you can write your JavaScript-powered web applications entirely in Python.

提交回复
热议问题