deploying python applications

前端 未结 5 1347
盖世英雄少女心
盖世英雄少女心 2021-01-02 00:45

Is it possible to deploy python applications such that you don\'t release the source code and you don\'t have to be sure the customer has python installed?

I\'m thin

5条回答
  •  情歌与酒
    2021-01-02 01:17

    Build a web application in python. Then the world can use it via a browser with zero install.

提交回复
热议问题