【汇总】python安装包、源码官方下载、镜像下载
官方下载:
介绍页:https://www.python.org/downloads
下载页:https://www.python.org/ftp/python/
官方模块下载:
一、Python 安装包,国内镜像站:
https://repo.huaweicloud.com/python/
https://registry.npmmirror.com/binary.html?path=python/
感谢大力群友,范长胜提供
二、pypi(pip) 模块包,国内镜像站:
清华:https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
清华simple: https://pypi.tuna.tsinghua.edu.cn/simple
如果知道模块名字,可以直接访问:
https://pypi.tuna.tsinghua.edu.cn/simple/setuptools/
友情提示:镜像站下载后,请和官方提供的文件MD5值对比
3.8.10 MD5:https://www.python.org/downloads/release/python-3810/
参考、来源: