Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Version: None
Released: May 8, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b1, is the first of four beta release previews of 3.13. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to …
View Release Notes
Released: May 17, 2022
This is the thirteenth and final regular maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.13, a bugfix release for the legacy 3.9 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. …
...instance, subclasses should override 'init' instead of __init__ - the __init__ method is called each time the constructor is called. For example: >>> class MySingleton(Singleton): ... def init(self): ... print "calling init" ... def __init__(self): ... print "calling __init__" ... >>> x = MySingleton() calling init calling __init__ >>> assert x.__class__ is MySingleton >>> y = MySingleton() calling __init...
...ing for Jornada Python en Santa Fe (Argentina) Facundo Batista asked that the PSF fund the "Jornada Python en Santa Fe" (Argentina); further info at http://www.pythonsantafe.com.ar/. RESOLVED, that the PSF will provide a US $500 one-time grant to assist in funding the Python en Santa Fe (Argentina) meeting Jun 9th, 2007. Approved 6-0-0. S. Deibel will notify Facundo Batista about the PSF's grant for the Jornada Python en Santa Fe (Argentina). 6 EuroPython Sponsorshi...
...ing ended, he posted a link to the original proposal: http://wiki.python.org/moin/WebsiteRedesignProposal). 5 Conference Committee A. Kuchling posted a status report to the PSF-board mailing list just prior to the meeting: PyCon status, Dec. 13 2005 The program is mostly complete: http://wiki.python.org/moin/PyCon2006/Talks http://wiki.python.org/moin/PyCon2006/Tutorials http://wiki.python.org/moin/PyCon2006/Sprints The talks have been chosen and announced, but the actual s...
Released: Sept. 12, 2016
Python 3.6.0b1 Python 3.6.0b1 was released on 2016-09-12. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0b1 is the first of four planned beta releases. Among the new major new features in Python 3.6 are: …
Released: Oct. 10, 2016
Python 3.6.0b2 Python 3.6.0b2 was released on 2016-10-10. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0b2 is the second of four planned beta releases. Among the new major new features in Python 3.6 are: …
Released: Oct. 31, 2016
Python 3.6.0b3 Python 3.6.0b3 was released on 2016-10-31. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0b3 is the third of four planned beta releases. Among the new major new features in Python 3.6 are: …
Released: Nov. 21, 2016
Python 3.6.0b4 Python 3.6.0b4 was released on 2016-11-21. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0b4 is the final planned beta release. Among the new major new features in Python 3.6 are: PEP …
Released: June 9, 2020
This is a beta preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.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 …
...in a modern, fully-featured programming language. An important feature of Python that we were rely on heavily for this, and which we were happy to see supported in IronPython, was the execution of cell formulae and user code in a separate instance of the underlying Python engine. This isolates the user's spreadsheet code from the running instance of the Resolver One application, preventing us from polluting each other's namespace, or from having to share global settings such as the Python recurs...
...interested in sponsoring the brochure yourself, please check the available sponsorship plans we have available: http://brochure.getpython.info/sponsorship If you have questions, please ping me directly or write to brochure at getpython.info. 11.6 Issues Since we'll be continuing to work on the brochure project and also continue to collect success stories, we're always interested in getting in contact with people behind interesting projects and companies using Python to do gre...
Released: June 28, 2021
This is the sixth maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.6, a bugfix release for the legacy 3.9 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. There's been …
Released: Feb. 10, 2020
This is the release candidate of Python 3.8.2, the second maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.2rc1, 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 …
Released: June 30, 2020
This is the release candidate of the fourth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.4rc1, 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: Feb. 19, 2021
This is the eight maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.8, 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.8 introduces …
...inable Funding Guiding Principles The guiding principles behind the PSF Grants Program funding are: Strive for geographic equity Prioritize underserved communities Prioritize high returns on investment in terms of community impact Invest in both new and existing communities Evaluate and fund in our areas of expertise Ensure Python and Pythonistas are supported So what do these Guiding Principles mean? The program and funding principles outlined in our PSF Grants Program Guiding P...
...ing for software engineers using Python. Python Community News A look at the news around and impacting the Python Community. Podcast.__init__ A podcast about Python and the people who make it great. Radio Free Python A podcast of Python news and interviews by Larry Hastings. From Python import podcast From Python Import Podcast is a bimonthly podcast dedicated to sharing thoughts, opinions, rants, and intelligent discussion about all things Python. A Little Bit of Python An occasional podcast on...
...ing crashes of the interpreter in certain boundary cases. Python 2.5 is the latest release of Python. This release of the older 2.4 code is to provide bug fixes for people who are still using Python 2.4. This is the last planned release in the Python 2.4 series - future maintenance releases of Python will be in the 2.5 series, starting of course with 2.5.1. We have decided not to include binaries for Windows or OS X in this release, nor to update any online documentation, as the overhead for doi...
Released: March 11, 2008
Python 2.4 is now in security-fix-only mode. No new features are being added, and bugs are not fixed anymore unless they affect the stability and security of the interpreter, or of Python applications. This release includes just a small number of fixes, primarily preventing crashes of the interpreter in …
If you didn't find what you need, try your search in the Python language documentation.