Python几个windows版本的区别
Posted zyos
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python几个windows版本的区别相关的知识,希望对你有一定的参考价值。
下载地址:https://www.python.org/downloads/windows/
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
Download Windows help file
x86是32位,x86-64是64位。
可以通过下面3种途径获取python:
web-based installer 是需要通过联网完成安装的
executable installer 是可执行文件(*.exe)方式安装
embeddable zip file 嵌入式版本,可以集成到其它应用中。
以上是关于Python几个windows版本的区别的主要内容,如果未能解决你的问题,请参考以下文章