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.
28 Nov. from 5am UTC to 7am UTC, 2024
Location: Online
Python New Zealand: GNSS Reflectivity to map inner hurricane wind speeds from space
...Mapping Center, who conveniently holds an undergraduate degree in Computer Science. He introduced us to the Barrington Atlas, a twelve year undertaking that culminated with the first comprehensive maps of ancient Greek and Roman civilizations to be produced since 1874. The Ancient World Mapping Center is now digitizing all the information contained in this atlas, making the information held within it into an even richer educational tool. The British Isles were selected as the prototype map. Our ...
...map(chr, list): string = string + character return string To both our surprise, f3() clocked twice as fast as f1()! The reason that this surprised us was twofold: first, it uses more storage (the result of map(chr, list) is another list of the same length); second, it contains two loops instead of one (the one implied by the map() function, and the for loop). Of course, space versus time is a well-known trade-off, so the first one shouldn't have surprised...
Version: None
Released: Dec. 3, 2024
This is a security release of Python 3.11 Note: The release you're looking at is Python 3.11.11, 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 …
View Release Notes
This is a security release of Python 3.10 Note: The release you're looking at is Python 3.10.16, a security bugfix release for the legacy 3.10 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 …
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.21, a security bugfix release for the legacy 3.9 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 …
...map .h2 { margin-bottom: 0; line-height: 1.2; } @media (max-width: 479px) { .section-map .h2 { font-size: 16px; } } .section-chart img { border-image-outset: 1.5rem; border: 1.5rem; border-image: radial-gradient(#ffffff, #f9f9f9); margin: 2rem; } @media (min-width: 480px) and (max-width: 768px) { .section-map .h2 { font-size: 18px; } } @media (min-width: 768px) and (max-width: 1024px) { .section-map .h2 { font-size: 20px; } } .map-hol...
Released: June 6, 2023
This is the fourth maintenance release of Python 3.11 Python 3.11.4 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.11 series, compared to 3.10 Some of the new major new features and changes in Python …
...maps, showing forecast accuracy by geographical area, are then generated for use on the web site and in printed reports. This forecast accuracy map uses intensity of blue and red to indicate the degree of error in predicting temperatures by geographical area ForecastWatch.com's web interface was originally written in PHP but later changed to Python to simplify the toolset and improve integration with the other components of the system. Quixote, a Python web application framework, was selected...
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. …
...Mapping Scientific Programming Simulation Weather Engineering Energy Efficiency GIS and Mapping Lighting Marine Simulation Software Development Accessibility Python in The Blind Audio Tactile Mapping System Python and Zope in the EZRO Content Management System Assistive Technologies Python in The Blind Audio Tactile mapping System A Custom Image Viewing Game for an Autistic Child Code Generation Cog: A Code Generation Tool Written in Python Computer Graphics Industrial Light...
...map-holder { padding-top: 20px; } .section-map .h2 { margin-bottom: 0; line-height: 1.2; } .map-holder { position: relative; } .list-grants { list-style: none; font-weight: 700; } .list-grants .north-america { position: absolute; left: 28.5%; top: 8.5%; } .list-grants .north-america .h2 { color: #00929f; } .list-grants .europe { position: absolute; top: 4.8%; left: 67.5%; } .list-grants .europe .h2 { color: #755099; } .list-grant...
...map-holder { padding-top: 20px; } @media (min-width: 768px) { .section-chart .map-holder { padding-top: 30px; } } .section-map .h2 { margin-bottom: 0; line-height: 1.2; } @media (max-width: 479px) { .section-map .h2 { font-size: 16px; } } @media (min-width: 480px) and (max-width: 768px) { .section-map .h2 { font-size: 18px; } } @media (min-width: 768px) and (max-width: 1024px) { .section-map .h2 { font-size: 20px; } } .ma...
...mapping (URL). This is patterned after the footnote notion in setext but is easier on the eyes. For example, "Pythonland" will be marked as a hyper-references to Python.org. If no matching trailing reference is found then nothing is done.
Released: Oct. 4, 2014
This is a security-fix source-only release. The last binary release was 3.2.5. The list of fixed security related issues can be found in the NEWS file. New features of the 3.2 series, compared to 3.1 Python 3.2 is a continuation of the efforts to improve and stabilize the …
Released: April 5, 2022
This is an early developer preview of Python 3.11 Major new features of the 3.11 series, compared to 3.10 Python 3.11 is still in development. This release, 3.11.0a7 is the last of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
...maps between attributes or methods of objects and relational columns, tables, and databases. This mapping is not intended to store actual object attributes into relational tables, but rather only those attributes relevant to facilitating fast queries. In this way, the relational database is used as an index into the Zope object database. To provide support for fast queries of the object database, ZSQLCatalog copies select attributes (dots) and relations (lines) from the object database into t...
...mapping from property name to prediction function. If a requested property name (the dictionary key) is in the cache, we reuse it. Otherwise, we find the associated function, call it to compute the value, store the result in the cache, and return it. The functions themselves are given a reference to the Properties manager so they can recursively request any additionally needed dependencies. To add a new prediction we register the new function in the function table -- and let the functions themse...
Released: Oct. 12, 2014
This is a security-fix source-only release. The last binary release was 3.2.5. With the 3.2.6 release, and five years after its first release, the Python 3.2 series is now officially retired. All official maintenance for Python 3.2, including security patches, has ended. For ongoing maintenance releases, please see the …
This is a security-fix source-only release. The last binary release was 3.3.5. The list of fixed security related issues can be found in the NEWS file. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as …
If you didn't find what you need, try your search in the Python language documentation.