admin 管理员组

文章数量: 887019

python官网下载windows版本时,存在web-based installer、executable installer、embeddable zip file,x86、x86-64等多种文件,如下图:
下载链接1:https://www.python/downloads/release/python-371/
下载链接2:https://www.python/downloads/windows/

各文件的区别:
1、web-based installer、executable installer、embeddable zip file
web-based installer:在线安装。下载的是一个exe可执行程序,双击后,该程序自动下载安装文件(所以需要有网络)进行安装。
executable installer:程序安装。下载的是一个exe可执行程序,双击进行安装。
embeddable zip file:解压安装。下载的是一个压缩文件,解压后即表示安装完成。

2、x86、x86-64
Windows x86 :适用32位windows操作系统。
Windows x86-64 :适用64位windows操作系统。

本文来自:https://blog.csdn/yisumi
end…

本文标签: 官网 区别 版本 文件 WEB