Any working python mirrors? [closed]
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.
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 is a alternate Python distribution.
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/
精彩评论