有可用的 python 镜像吗?
网络上是否有任何地方可以下载在 Windows 上设置 Python 开发环境所需的文件?试图学习这门语言,但一切都指向 python.org,该网站似乎已关闭相当长一段时间了。
Is there anywhere on the web where I can download files needed to setup Python development environment on windows? Trying to learn the language, but everything points to python.org which seems to be down for quite a while.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您仍然可以使用 web.archive.org python.org 的镜像。
下面是Windows 版 Python 3.2.1 安装程序的直接链接。不要忘记检查 校验和(MD5:
c148e89b97cd07352c42ecb3bb4f42e2
)。You can still use the web.archive.org mirror of python.org.
Here's a direct link to the Python 3.2.1 installer for windows. Don't forget to check the checksum (MD5:
c148e89b97cd07352c42ecb3bb4f42e2
).ActivePython 是一个替代的 Python 发行版。
ActivePython is a alternate Python distribution.
我之前链接的镜子是旧副本。我没有看到任何当前的 python.org 镜像。
相反,您可以使用 Way Back Machine (archive.org)。这是 2010 年 12 月的最新副本:
http://web .archive.org/web/20101223020919/http://www.python.org/
The mirror I linked before was an old copy. I don't see any current mirrors of python.org.
Instead, you could use the Way Back Machine (archive.org). This is the latest copy from December 2010:
http://web.archive.org/web/20101223020919/http://www.python.org/