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.
19 May from 5:30pm UTC to 7:30pm UTC, 2016
Location: Annapurna IT, Prospero House, 241 Borough High St, London, SE1 1GA
The London Python Meetup "A python a day... fixes your neural network problem"
Version: None
Released: March 11, 2008
Python 2.3 is now well and truly in bugfix-only mode; no new features are being added, and only security critical bugs have been fixed. This release addresses a number of cases interpreter …
View Release Notes
...Python-2.4.6.tgz (or bzcat Python-2.4.6.tar.bz2 | tar -xf -). Change to the Python-2.4.6 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suitable for Windows users who feel the need to build their own version. What's New? See the highlights of the Python 2.4 release. Andrew Kuchling's What's New in Python 2.4 describes the most visible changes since Python 2.3 in more detail. A detaile...
...Python-3.3.0.tgz b3b2524f72409d919a4137826a870a8f 13781940 Python-3.3.0.tar.bz2 2e7533b4009ac4adae62a7797a442e7a 11720732 Python-3.3.0.tar.xz 9813d8f76b007fffa595abb3a11b3b0f 19367758 python-3.3.0-macosx10.5.dmg a42dbeb9d17d46b40a6666f496207b4e 19441635 python-3.3.0-macosx10.6.dmg 5129376df1c56297a80e69a1a6144b4e 20508672 python-3.3.0.amd64.msi 70062e4b9a1f959f5e07555e471c5657 19980288 python-3.3.0.msi e3a31bce895efedd44b1d0db26614344 6353251 python330.chm a730d8ce509ce666170911a8...
...Python-3.3.1.tgz fb7147a15359a941e0b048c641fd7123 13975626 Python-3.3.1.tar.bz2 993232d9f4d9b4863cc1ec69a792e9cd 11852964 Python-3.3.1.tar.xz f563b701466bbfddc9e228d6cd894647 26714664 python-3.3.1-pdb.zip 8141a751200213ea6279624120f099d6 22137206 python-3.3.1.amd64-pdb.zip 69ad9e442d33e8c2470b2b6c7575d6dd 20758528 python-3.3.1.amd64.msi 8c78e017ba32aafb00f6574c38d0101f 20217856 python-3.3.1.msi ef3058449389c4b77385e6637a911d87 6596709 python331.chm ec10c5be176faeda17382d3ce6739f32...
...python-2.7.8.amd64.msi 1d573b6422d4b00aeb39c1ed5aa05d8c 23561282 python-2.7.8.amd64-pdb.zip ef95d83ace85d1577b915dbd481977d4 16703488 python-2.7.8.msi 83c1b28264ca8eb1ea97100065988192 25355330 python-2.7.8-pdb.zip 1cda33c3546f20b484869bed243d8726 6062806 python278.chm 56f664f1813852585fc0bd28f5d71147 20772301 python-2.7.8-macosx10.3.dmg b5d6b720d436b8305263612fd7d36642 473 python-2.7.8-macosx10.3.dmg.asc 23e9a3e4e0e4ef2f0989148edaa507e5 20469575 python-2.7.8-macosx10.5.dmg 44...
Released: July 2, 2014
Python 2.7.8 was released on July 1, 2014. This release includes regression and security fixes over 2.7.7 including: The openssl version bundled in the Windows installer has been updated. A regression in the mimetypes module on Windows has been fixed. A possible overflow in the buffer type has been fixed. …
Released: April 8, 2025
This is a security release of Python 3.11 Note: The release you're looking at is Python 3.11.12, a security bugfix release for the legacy 3.11 series. Python 3.13 is now the latest feature release series of Python 3. Get the latest release of 3.13.x here. Security content in this …
...Python uses a bytecode virtual machine; PyPy supports just-in-time (JIT) compilation to machine code. Also, Jython and IronPython (see below) support JIT compilation on their respective virtual machine implementations. Python plays well with others Python can integrate with COM, .NET, and CORBA objects. For Java libraries, use Jython, an implementation of Python for the Java Virtual Machine. For .NET, try IronPython , Microsoft's new implementation of Python for .NET, or Python for .NET. Pytho...
...Python-2.3.6.tgz (or bzcat Python-2.3.6.tar.bz2 | tar -xf -). Change to the Python-2.3.6 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suitable for Windows users who feel the need to build their own version. What's New? See the highlights of the Python 2.3 release. Andrew Kuchling's What's New in Python 2.3 describes the most visible changes since Python 2.2 in more detail. A detaile...
...Python-2.3.7.tgz (or bzcat Python-2.3.7.tar.bz2 | tar -xf -). Change to the Python-2.3.7 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suitable for Windows users who feel the need to build their own version. What's New? See the highlights of the Python 2.3 release. Andrew Kuchling's What's New in Python 2.3 describes the most visible changes since Python 2.2 in more detail. A detaile...
...Python has met or exceeded every requirement we've had," said Steve Waterbury, Software Group Leader, NASA STEP Testbed. For more information about Python 2.3 or to download it, please visit http://www.python.org/2.3/ About Python Python is a powerful object oriented programming language that is developed and maintained by a global community of Open Source contributors, under the oversight of the Python Software Foundation. Python's unique blend of simplicity and power excels in a ...
Released: June 22, 2001
We're releasing Python 2.0.1 - the final bugfix release for Python 2.0. Why would we come with a bugfix release now (June 2001), when Python 2.0 was released in October 2000 and Python 2.1 has been released for months (April 2001)? Two very good …
Released: Oct. 14, 2002
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. If you need to remain with Python 2.2, there's a patch available from the …
Python Software Foundation: Press Release 23-Sep-2003 September 23, 2003 Press Release SOURCE: Python Software Foundation PYTHON SOFTWARE FOUNDATION (PSF) ANNOUNCES PYTHON VERSION 2.3.1 First maintenance release for the latest Python FREDERICKSBURG, Va., September 23, 2003 -- The Python Software Foundation (PSF) announces the release of version 2.3.1 of the Python programming language. This minor release introduces a number of enhancements based on two months of experience since re...
Python Software Foundation: Press Release 19-Dec-2003 PYTHON SOFTWARE FOUNDATION (PSF) ANNOUNCES PYTHON VERSION 2.3.3 Maintenance release for the Python programming language FREDERICKSBURG, Va., December 19, 2003 -- The Python Software Foundation (PSF) announces the release of version 2.3.3 of the Python programming language. This minor release provides fixes for a number of problems found in the previous version of Python, including several serious errors with weakrefs and the cyc...
Released: Nov. 17, 2013
fixes several security issues and various other bugs found in Python 3.3.2. This release fully supports OS X 10.9 Mavericks. In particular, this release fixes an issue that could cause previous versions of Python to crash when typing in interactive mode on OS X 10.9. Major new features of the …
...Python license. Python 1.6.1 is essentially the same as Python 1.6, with a few minor bug fixes, and with a different license that enables later versions to be GPL-compatible. Python 2.1 is a derivative work of Python 1.6.1, as well as of Python 2.0. After Python 2.0 was released by BeOpen.com, Guido van Rossum and the other PythonLabs developers joined Digital Creations. All intellectual property added from this point on, starting with Python 2.1 and its alpha and beta releases, is o...
...Python distribution. All are also available as distutils-based standalone packages from the Python Cheese Shop. Here is the breakdown of package availability and compatibility: email package version released with compatible with 2.5.7 Python 2.3.6 [*] Python 2.1 to 2.5 3.0.1 Python 2.4.3 Python 2.3 to 2.5 4.0 Python 2.5 [**] Python 2.3 to 2.5 [*] The last release of the Python 2.3 family was 2.3.5, which included email 2.5.6. If Python ...
24 May from 8pm UTC to 9pm UTC, 2022
Location: Online
Python Live: Python Monolith: Solutions beyond microservices
If you didn't find what you need, try your search in the Python language documentation.