首页 > 下载 > 系统&应用软件 > Python 3.x for Windows
Python 3.x for Windows
授权形式: 免费版
更新时间: 2022-11-02 06:42:58
软件语言: 英文
软件平台: Win2000/WinXP/Win2003/Win7/Win10
软件类别:
文件大小: ??MB
评论等级: ★★★★★
浏览次数: (今日:,本周:,本月:
软件简介

Python 3.x for Windows

Python 3.6.5 for Windows
Python是一种解释型、面向对象、动态数据类型的高级程序设计语言。
Python由Guido van Rossum于1989年底发明,第一个公开发行版发行于1991年。
官网下载Python 3.x :https://www.python.org/downloads/windows/
anaconda(一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项):https://www.anaconda.com/download/

       2020年微软也正式加入Python的香农计划 (Shannon Plan),他们希望通过几个版本的更新将 Python 的速度提高 5 倍。

常见问题

pip 安装第三方库速度太慢
可设置 pip 从国内的镜像源下载安装
 
阿里云 http://mirrors.aliyun.com/pypi/simple/
豆瓣 http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple/
 
设置方法,以清华镜像源为例:
临时使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxxxxx
 
永久设置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

提示:经测试,Python3.9以上版本不再支持win7及以下操作系统安装
下载地址
分享到: