Sponsors: Visionary Sponsors Help To Host Python Downloads
Sponsors: Visionary Sponsors Help To Host Python Downloads
Licenses
All Python releases are Open Source. Historically, most, but not all, Python releases have
also been GPL-compatible. The Licenses page details GPL-compatibility and Terms and
Conditions.
Read more
Sources
For most Unix systems, you must download and compile the source code. The same source
code archive can also be used to build the Windows and Mac versions, and is the starting
point for ports to all other platforms.
Read more
Alternative Implementations
This site hosts the "traditional" implementation of Python (nicknamed CPython). A number
of alternative implementations are available as well.
Read more
History
Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch
Centrum in the Netherlands as a successor of a language called ABC. Guido remains
Python’s principal author, although it includes many contributions from others.
Read more
Release Schedules
Python 3.12 Release Schedule
Python 3.11 Release Schedule
Python 3.10 Release Schedule
Python 3.9 Release Schedule
Python 3.8 Release Schedule
Python 3.7 Release Schedule
Release files for older releases which have now reached end-of-life may have
been signed by one of the following:
Anthony Baxter (key id: 0EDD C5F2 6A45 C816)
Georg Brandl (key id: 0A5B 1018 3658 0288)
Martin v. Löwis (key id: 6AF0 53F0 7D9D C8D2)
Ronald Oussoren (key id: C9BE 28DE E6DF 025C)
Barry Warsaw (key ids: 126E B563 A74B 06BF, D986 6941 EA5B
BD71, and ED9D77D5)
You can import a person's public keys from a public keyserver network server
you trust by running a command like:
gpg --recv-keys [key id]
or, in many cases, public keys can also be found at keybase.io. On the version-
specific download pages, you should see a link to both the downloadable file
and a detached signature file. To verify the authenticity of the download, grab
both files and then run this command:
gpg --verify Python-3.6.2.tgz.asc
Note that you must use the name of the signature file, and you should use the
one that's appropriate to the download you're verifying.
(These instructions are geared to GnuPG and Unix command-line
users.)
Want to contribute?
Want to contribute? See the Python Developer's Guide to learn about how
Python development is managed.