1. 程式人生 > >python官網某個版本安裝包對應的3個下載檔案的區別

python官網某個版本安裝包對應的3個下載檔案的區別

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 嵌入式版本,可以整合到其它應用中。