Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
Version: None
Released: June 19, 2023
This is a beta preview of Python 3.12 Python 3.12 is still in development. This release, 3.12.0b3, is the third of four beta release previews of 3.12. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
Released: Oct. 1, 2019
This is the release candidate of Python 3.8.0 Note: The release you're looking at is Python 3.8.0rc1, an outdated release. Python 3.9 is now the latest feature release series of Python 3. Get the latest release of 3.9.x here. Please keep in mind that this is a preview release …
View Release Notes
...with "python2.3" are built to not interfere with the system Python. They install as "/usr/bin/python2.3" and will not conflict with the system Python unless you are running on a system that ships the a version of Python which has the same major/minor number. <p /> To invoke the interpreter with these packages, you will explicitly have to run "python2.3". Note that all Python RPMs provided by Python.org and Red Hat provide a "/usr/bin/python2.3" (or...
Released: July 11, 2023
This is a beta preview of Python 3.12 Python 3.12 is still in development. This release, 3.12.0b4, is the final of four beta release previews of 3.12. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
Released: April 8, 2025
Here comes the final alpha! This means we have just four weeks until the first beta to get those last features into 3.14 before the feature freeze on 2025-05-06! This is an early developer preview of Python 3.14 Major new features of the 3.14 series, compared to 3.13 Python 3.14 …
...python.announce Posting Guidelines comp.lang.python.announce comp.lang.python.announce The comp.lang.python.announce newsgroup (or c.l.py.a for short) has been created in early 1998 as a companion newsgroup for comp.lang.python focused on Python-related announcements. The newsgroup charter is as follows: comp.lang.python.announce is a moderated, low-volume newsgroup for announcements regarding the Python programming language, including: new releases of the core distribution and contributed s...
...with "python2.4" are built to not interfere with the system Python. They install as "/usr/bin/python2.4" and will not conflict with the system Python unless you are running on a system that ships the a version of Python which has the same major/minor number. <p /> To invoke the interpreter with these packages, you will explicitly have to run "python2.4". Note that all Python RPMs provided by Python.org and Red Hat provide a "/usr/bin/python2.4" (or...
...with a volunteer based system, we have had to rewrite it every year. One massive problem with this is integration with the hotel registration which is something impossible for a volunteer effort to manage. As well as, we change hotel vendors as we move locations." 5.6 pyOpenSSL Status J.P. Calderone, pyOpenSSL Project, has been working to improve the coverage provided by pyOpenSSL's test suite and one such improvement would include having addressed all known issues with t...
...Python Insider blog into other languages. In addition to the original two translations, we now have teams working on Simplified and Traditional Chinese, Korean, Portuguese, Romanian, and German. Persian and Russian volunteers just joined and are setting up the tools. We have added links to all of the available translations in the sidebar on http://blog.python.org/. Work with Jesse Noller to announce the Python-core Mentors project. No progress Post a request for help with PSF logos No progress...
...Python's dynamic nature. E.g. for the expression "a+b" it will have to generate a call to PyNumber_Add(a, b) because it can't know the types of a and b without a *lot* (and a mean a LOT) of type inferencing effort.] Later, Mike writes: Okay, trying to debug this weird stack corruption thing, I thought along the lines of: 1) Stacks should only be corrupted if an object is decref'd which shouldn't be, or an object is created without a reference to begin with? No -- cor...
...Python has changed my life. I have moved to a different continent. I spend my working days developing large systems in Python, when I'm not hacking on Python or answering Python-related email. There are Python T-shirts, workshops, mailing lists, a newsgroup, and now a book. Frankly, my only unfulfilled wish is to have my picture on the front page of the New York Times. But before I get carried away daydreaming, here are a few tidbits from Python's past. It all started with ABC, a...
Released: June 1, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b3 is the third of five planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support …
Released: July 11, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b4 is the fourth of five planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support …
Released: Oct. 14, 2019
This is the stable release of Python 3.8.0 Note: The release you're looking at is Python 3.8.0, an outdated release. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Major new features of the 3.8 series, compared to 3.7 …
Released: April 29, 2020
This is the release candidate of the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3rc1, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. …
Released: July 20, 2020
This is the fifth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.5, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. 3.8.5 has been released …
...Python. How can members help? They can talk to people and provide contacts. They can bring Python forward in professional settings. They can organize local user groups or meetings. They can participate in PSF projects. More information is available by visiting the PSF booth at EuroPython. You can also write an email to the board/members list) psf-board@python.org and psf-members@python.org. You can also visit the PSF website: http://python.org/psf/ or the wiki page: http://wiki.python.or...
If you didn't find what you need, try your search in the Python language documentation.