美文网首页
python官网的几个windows版本的区别

python官网的几个windows版本的区别

作者: markDownMan | 来源:发表于2018-08-12 10:24 被阅读204次

    python官网有几个下载文件,有什么区别?

    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 嵌入式版本,可以集成到其它应用中。

    相关文章

      网友评论

          本文标题:python官网的几个windows版本的区别

          本文链接:https://www.haomeiwen.com/subject/tairfftx.html