在软件中使用Python,软件需要开源吗?

在软件中使用Python,软件需要开源吗?

非常好的问题,大多数开发者在使用时并未注意软件的License。

 

使用Python开发软件,并不要求软件开源。更详细的信息可查看Python官网License

 

以下信息摘自Python官网:

Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. Python's license is administered by the Python Software Foundation.

具体的使用协议看这个链接:https://opensource.org/licenses/Python-2.0

 

不需要,除非你用到一些 package 软件包有特别的开源要求。