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: Jan. 14, 2022
This is the ninth maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.10, 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. Major new …
View Release Notes
Location: Toronto, Ontario Canada
The Fitch Ratings AI team is currently seeking a Director of AI Prototyping based out of our Toronto office. The prospective candidate will be joining our innovative Ratings AI team, which focuses on ideating, planning, and testing AI solutions to enhance Fitch Ratings' workflows and processes. Why Choose …
...What's New? We've been very careful to fix only bugs and not add new features. (Thanks to Moshe Zadka for taking care of the thankless chore of poring over the CVS logs and SourceForge bug reports and re-applying selected patches!) One exception: the SRE package (regular expression matching, used by the "re" module) was brought in line with the version distributed with Python 2.1; this is stable feature-wise but much improved bug-wise. For the full scoop, see the release notes. Do...
...what's changed, see: Andrew Kuchling's guide to What's New in Python 2.6. NEWS file contains a listing of everything that's new in each alpha, beta, and release candidate of Python 2.6. PEP 361. Please report bugs at http://bugs.python.org See also the license. Python 2.6 Released: 01-Oct-2008 Download This is a production release; we currently support these formats: Gzipped source tar ball (2.6) (sig) Bzipped source tar ball (2.6) (sig) Windows x86 MSI Installer (2.6) (sig) Windows X8...
...What's new in Python 3000 Python 3.0 change log. Online Documentation Read more in PEP 3000 To help out, sign up for python-3000@python.org Conversion tool for Python 2.x code: 2to3 Please report bugs at http://bugs.python.org Python 3.0 Release: 03-Dec-2008 Download This is a production release; we currently support these formats: Gzipped source tar ball (3.0) (sig) Bzipped source tar ball (3.0) (sig) Windows x86 MSI Installer (3.0) (sig) Windows X86-64 MSI Installer (3.0) [1] (sig) ...
...What's New in 3.1? What's new in Python 3000 Python 3.1.1 Change Log Online Documentation Conversion tool for Python 2.x code: 2to3 Report bugs at http://bugs.python.org. Help fund Python and its community by donating to the Python Software Foundation. Download This is a production release. We currently support these formats for download: Gzipped source tar ball (3.1.1) (sig) Bzipped source tar ball (3.1.1) (sig) Windows x86 MSI Installer (3.1.1) (sig) Windows X86-64 MSI Installer (3.1.1) [1...
...What's New in 3.1? What's new in Python 3000 Python 3.1.2 Change Log Online Documentation Conversion tool for Python 2.x code: 2to3 Report bugs at http://bugs.python.org. Help fund Python and its community by donating to the Python Software Foundation. Download This is a production release. Please report any bugs you may encounter to http://bugs.python.org. We currently support these formats for download: Gzipped source tar ball (3.1.2) (sig) Bzipped source tar ball (3.1.2) (sig) Windows x8...
Released: June 27, 2020
Note: The release you are looking at is Python 3.6.11, a security bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
Released: Aug. 17, 2020
Note: The release you are looking at is Python 3.6.12, a security bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
Released: Feb. 15, 2021
Note: The release you are looking at is Python 3.6.13, a security bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
Released: June 28, 2021
Note: The release you are looking at is Python 3.6.14, a security bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
...What's new in 1.5.2? Documentation (both online and downloadable) Note: the Python installer for Windows includes the Tcl/Tk 8.0.5 installer. See the Tkinter resource guide for troubleshooting the Tcl/Tk installation. Windows users may also be interested in Mark Hammond's win32all, a collection of Windows-specific extensions including COM support and Pythonwin, an IDE built using Windows components. If You Find a Bug It was probably already fixed in a later version. Please try the latest ve...
...What would the programming language taught in schools look like? Would it bear any resemblance to any of the programming languages we know today? Would it even be called a programming language? How would we teach it? Would there be only one language? What other tools are essential to the teaching and use of this language? Just as interesting are questions like these: How and for what would people use their programming skills? How would a near-universal ability to read and write c...
Location: remote (EU) remote (EU)
Telecommuting: Yes
Europe (remote) Full-time / Contractor Salary: EUR 100,000 gross base + potential bonus/equity We are seeking a Senior Technical Lead to drive engineering execution and technical quality within a small, high-impact team. This role combines hands-on software development with technical leadership and platform ownership. You will actively contribute …
Released: Dec. 10, 2014
Python 2.7.9 is a bugfix version for the Python 2.7 release series. Python 2.7.9 includes several significant changes unprecedented in a "bugfix" release: The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification. HTTPS certificate validation using the system's …
Current pre-release testing versions This is a list of the current pre-release development versions available for testing. These are preview releases, and their use is not recommended in production settings. Consider your needs carefully before using a version other than the current production versions. Please report any bugs in these versions of Python to the Python issue tracker. See here for more information on reporting issues. Click here
Released: Sept. 23, 2003
This is a patch release which supersedes earlier releases of 2.3. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5 …
Released: July 4, 2019
This is a beta preview of Python 3.8 Python 3.8 is still in development. This release, 3.8.0b2 is the second of four 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 …
Released: Feb. 24, 2020
This is the second maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.2, 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. Major new …
Released: July 13, 2020
This is the fourth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.4, 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. Major new …
If you didn't find what you need, try your search in the Python language documentation.