Robust way to ensure other people can run my python program

前端 未结 8 1364
醉酒成梦
醉酒成梦 2021-02-13 00:26

I wish to place a python program on GitHub and have other people download and run it on their computers with assorted operating systems. I am relatively new to python but have u

8条回答
  •  渐次进展
    2021-02-13 00:47

    If your program is less about GUI, or has a web GUI, then you can share the code using Google Colaboratory.

    https://colab.research.google.com/

    Everyone can run it with the same environment. No need for installation.

提交回复
热议问题