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.
...what to do. Status: carried forward. Section 6, PyCon Budget: A. Kuchling will make a static copy of the budget for the records and prepare a resolution approving the submitted budget. Status: done. Section 8, Call For New Directors?: D. Goodger will list the directors standing for re-election in the agenda of the upcoming Members' Meeting. Status: done. Section 8, Call For New Directors?: D. Goodger will send out a "call for directors". Status: done. Section 9, Catering the Member...
Version: None
Released: June 11, 2011
Note: A newer bugfix release, 2.7.3, is currently available. Its use is recommended over Python 2.7.2. Python 2.7.2 was released on June 11th, 2011. The Python 2.7 series is scheduled to be the last major version in the 2.x series before 2.x moves into an extended maintenance period. The …
View Release Notes
Released: May 30, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b5, is now the final planned beta release preview. Originally, 3.7.0b4 was intended to be the final beta but, due to some unexpected compatibility issues discovered during beta testing of third-party packages, we …
Released: June 5, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b2, is the second 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 prepare their …
Released: July 17, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b4, is the final beta release preview of 3.13. 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 …
Released: Dec. 3, 2024
This is the first maintenance release of Python 3.13 Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.1 is the latest maintenance release, containing almost 400 bugfixes, build improvements and documentation changes since 3.13.0. …
Released: June 3, 2025
This is the fourth maintenance release of Python 3.13 Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.4 is the latest maintenance release, containing a few important security fixes as well as around 300 …
...what comes next, but I am confident that Python will be there ready for the challenge. Platform independence is another aspect to feel good about -- betting all the chips on one player might be riskier than ever in today's climate. For more information, visit VAHNZ Controls on-line at eBukal.vahnzcontrols.com or contact info at vahnzcontrols.com. About the Author Ivan Lehecka is founder of VAHNZ Controls, a company that strives to bring intelligence to building automation and other fields, whe...
...what two C++ programmers can't complete in a year. Python shines as a glue language, used to combine components written in C++. Common Lisp and Scheme These languages are close to Python in their dynamic semantics, but so different in their approach to syntax that a comparison becomes almost a religious argument: is Lisp's lack of syntax an advantage or a disadvantage? It should be noted that Python has introspective capabilities similar to those of Lisp, and Python programs can cons...
...What's new in 2.7? Change log for this release. Online Documentation Report bugs at http://bugs.python.org. Help fund Python and its community. Download This is a production release. Please report any bugs you encounter. We currently support these formats for download: Gzipped source tar ball (2.7.1) (sig) Bzipped source tar ball (2.7.1) (sig) Windows x86 MSI Installer (2.7.1) (sig) Windows x86 MSI program database (2.7.1) (sig) Windows X86-64 MSI Installer (2.7.1) [1] (sig) Windows X86-64 ...
...what they've signed, and maybe they don't have many past contributions to cover. Should I be pushing people to sign the Jython contrib form?" M. von Löwis noted that "contributions going forward are covered" is not entirely true: the actual contribution should include the magic words "Licensed to PSF under a Contributor Agreement". D. Goodger: "we should cover licenses as much as possible; no harm in being covered more than once." D. Goodger also noted that un...
...what website, what code, who is writing it, and who is tracking, etc.?" This discussion was deferred to email. 5.4 Marketing Material M.A.Lemburg provides a few comments on how the project is expected to progress: "Since our last meeting at the German DZUG Tagung, a German Zope/Plone/Python conference in Dresden (http://www.zope.de/tagung/Dresden_2010) we have made good progress on getting the needed pricing information for the brochure. We now have a draft budget pl...
Released: Nov. 10, 2013
Note: Python 2.7.6 has been superseded by Python 2.7.8. Python 2.7.6 was released on November 10, 2013. This is a 2.7 series bugfix release. Most importantly, it resolves an issue that caused the interactive prompt to crash on OS X 10.9. It also includes numerous bugfixes over 2.7.5. Download …
Released: April 6, 2013
Note: A newer bugfix release, 2.7.5, is currently available. Its use is recommended over previous versions of 2.7. Python 2.7.4 was released on April 6, 2013. This is a 2.7 series bugfix release. It includes hundreds of bugfixes over 2.7.3. About the 2.7 release series Among the features and …
Released: Oct. 25, 2022
This is an early developer preview of Python 3.12 Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a1 is the first of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Sept. 6, 2024
This is the sixth maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.6 is the latest maintenance release, containing about 90 bugfixes, build improvements and documentation changes since 3.12.5. This is an expedited …
...what we felt was a credible level of maturity. While not a "main-stream" choice, Python was attractive because of its cross-platform abilities and the productivity I felt the language could bring to the team. Some of my team members were skeptical and preferred the tried-and-true power of C/C++ for systems programming. We decided that those members would work on the web GUI for configuration of the product, while the rest of us would use Python for the other components. Implementatio...
...what they get.) Problems and Questions P1. When all uses of a module M have the form ``from M import ...'', the module M will have a reference count of 1. So it will be deleted in step M1. This renders all but the most trivial functions defined in the module (which are presumably still referenced by other modules) useless, since the imported modules and functions that they might need are all deleted from their globals. A simple remedy of course is not to use ``from M import ......
...what Python would have looked like if I had modelled it after the Unix shell and C instead! (Yes, I borrowed from C too, but only its least controversial features, in my desire to please the Unix/C audience.) Any individual creation has its ideosyncracies, and occasionally its creator has to justify these. Perhaps Python's most controversial feature is its use of indentation for statement grouping, which derives directly from ABC. It is one of the language's features that is dearest...
...What's new in 2.7? Change log for this release. Online Documentation Report bugs at http://bugs.python.org. Help fund Python and its community. Download This is a production release. Please report any bugs you encounter. We currently support these formats for download: Gzipped source tar ball (2.7.2) (sig) Bzipped source tar ball (2.7.2) (sig) XZ source tar ball (2.7.2) (sig) Windows x86 MSI Installer (2.7.2) (sig) Windows x86 MSI program database (2.7.2) (sig) Windows X86-64 MSI Installer ...
If you didn't find what you need, try your search in the Python language documentation.