admin管理员组

文章数量:1794759

python官网下载究竟下载哪个?

python官网下载究竟下载哪个?

python官网有几个下载文件,有什么区别? Python 3.6.0a1 - 2016-05-17 Download Windows x86 web-based installer Download Windows x86 executable installer Download Windows x86 embeddable zip file Download Windows x86-64 web-based installer Download Windows x86-64 executable installer Download Windows x86-64 embeddable zip file

 

x86是32位,x86-64是64位。

可以通过下面3种途径获取python:

web-based installer 是需要通过联网完成安装的 executable installer 是可执行文件(*.exe)方式安装 embeddable zip file 嵌入式版本,可以集成到其它应用中。

 

所以,windows用户一般下载 executable installer 版本就ok啦

本文标签: 官网Python