Skip to main content

Python 2.7.0

Stable

Released on July 03, 2010

Python 2.7.0 is part of the Python 2 series, which has reached end of life.

⚠️ Python 2 has reached end of life. Please upgrade to Python 3.

For historical documentation, see the What's New in Python 2.7.

Download Files

windows

File Size Signatures Download
Python-2.7.0-windows
Python 2.7.0 for Windows
23.8 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

macos

File Size Signatures Download
Python-2.7.0-macos
Python 2.7.0 for macOS
24.8 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

linux

File Size Signatures Download
Python-2.7.0-linux
Python 2.7.0 for Linux
25.7 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

source

File Size Signatures Download
Python-2.7.0-source
Python 2.7.0 for Source
26.7 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

Installation Help

Need help installing Python? Check out our installation guides for your operating system.

Verifying Downloads

Python releases are signed to ensure authenticity. You can verify downloads using:

GPG Verification

gpg --verify Python-3.x.x.tgz.asc Python-3.x.x.tgz

Download release signing keys

Sigstore Verification

python -m pip install sigstore
sigstore verify identity \
  --bundle Python-3.x.x.tgz.sigstore \
  --cert-identity [email protected] \
  --cert-oidc-issuer https://accounts.google.com \
  Python-3.x.x.tgz

Learn about Sigstore