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: Oct. 13, 2018
Python 3.7.1rc2 is the second release candidate preview of the first maintenance release of Python 3.7. The Python 3.7 series is the newest major release of the Python language and contains many new features and optimizations. Among the major new features in Python 3.7 are: PEP 539 …
View Release Notes
Released: Oct. 20, 2018
Note: The release you are looking at is a bugfix release for the legacy 3.7 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.7 was 3.7.17. Among the …
Released: March 25, 2019
Released: June 18, 2019
Python 3.7.4rc1 is the release candidate preview of the fourth maintenance release of Python 3.7. The Python 3.7 series is the newest major release of the Python language and contains many new features and optimizations. Note that 3.7.4rc1 is a release preview and thus its use is not recommended …
Released: July 8, 2019
Released: Oct. 2, 2019
Python 3.7.5rc1 is the release candidate preview of the fifth maintenance release of Python 3.7. The Python 3.7 series is the latest major release of the Python language and contains many new features and optimizations. Note that 3.7.5rc1 is a release preview and thus its use is not recommended …
Released: Oct. 15, 2019
Released: Dec. 18, 2019
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: Sept. 24, 2020
This is the sixth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.6, 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: 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 …
Released: May 3, 2021
This is the tenth and final regular maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.10, 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. …
...make sure you verify that no other SIG covers your topic. You need to write two things. First, you should write a short informational blurb about your SIG; just something that can be put in a short list of SIGs, e.g. "Development of a C++ Binding." You'll also need to write a somewhat longer blurb, which will eventually be used on the SIG's web page. Here, for example, is the info page for the meta SIG. Include as much information as you feel is necessary, but try to keep it fairly...
...makes argtools look bad, since I have to explicitly copy all of my option values from the parser object to my dedicated option values object. And now, ladies and gentlemen... Enough delay, on with the show! First, some simple statistics about the three re-implementations: library total code[1] code (no help)[2] Optik 6234 iterator11273 argtools10869 Notes: as reported by Dinu Gherman's pycount -- ie. this is lines of real code, not...
...make Python an excellent choice for enterprise application integration, large-scale web development, Web services, XML processing, application scripting, and even GUI development. "We're constantly amazed at the depth and breadth of our customer base," says Stephan Deibel, co-Founder of Archaeopteryx Software, a leading vendor of Python development tools. "Python is being used in just about every imaginable domain, quite literally from soup factories to shipyards. Python is a solution t...
...make a tax-deductible donation, please visit http://www.python.org/psf/donations/. Company sponsorships are also being accepted. Press Contact Stephan Deibel Archaeopteryx Software, Inc. PO Box 1937 Brookline, MA 02446 617-232-0059 sdeibel@wingide.com www.wingide.com
...make sure the websites get updated w/ this info, and Steve should probably send out an update to the lists. <h3>Paper Submission process</h3> <p>Andrew Kuchling has a Quixote-based system which is up and running on pycon.amk.ca. It is currently being tweaked, but should be operational before the end of the week. <p>Things that Andrew needs to do before Dec 15. Action items: <ul> System Message: ERROR/3 (<string>, line 33) Unexpected indentation. <li>...
...make concessions, and 2) we don't need to go through the site selection process again right away. Worst case scenario: a penalty of approximately $77000 if we cancel either conference. (Symetrically, the hotel must pay the PSF $77000 if it cancels on us.) If everyone hates Dallas and no one comes to 2006, we can't move in 2007 without paying the penalty. This was deemed unlikely. Conference locations are pretty generic. If 2006 attendance is low, the expected 2007 attendance figures can be red...
...makes it available without its package prefix, so it can be used as follows: echo.echofilter(input, output, delay=0.7, atten=4) from Sound.Effects.echo import echofilter Again, this loads the submodule echo, but this makes its function echofilter directly available: echofilter(input, output, delay=0.7, atten=4) Note that when using from package import item, the item can be either a submodule (or subpackage) of the package, or some other name defined in a th...
If you didn't find what you need, try your search in the Python language documentation.