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.
Version: None
Released: April 2, 2021
This is the third maintenance release of Python 3.9 NOTE: The release you're looking at has been recalled due to unintentional breakage of ABI compatibility with C extensions built in Python 3.9.0 - 3.9.2. Details in bpo-43710. Please use Python 3.9.4 or newer instead. Python 3.9.3 is an …
View Release Notes
...codecs - support for Unicode encoders/decoders. unicodedata - provides access to the Unicode 3.0 database. _winreg - Windows registry access. encodings - package which provides a large set of standard codecs -- currently only for the new Unicode support. It has a drop-in extension mechanism which allows you to add new codecs by simply copying them into the encodings package directory. Asian codec support will probably be made available as separate distribution package built upon th...
Released: April 4, 2021
This is the fourth maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.4, 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. Python 3.9.4 is a …
...Python Community Code of Conduct from April Ballot RESOLVED, that the board withdraws the resolution on 2013-03-05 to put the initial Python Community Code of Conduct up for membership vote in the next election, and instead lets the membership vote on whether they (a) want the PSF to establish a code of conduct for the Python community, and (b) want the PSF to establish a code of conduct for the PSF, at the next election. The details of the code of conduct will be worked out by a work group, cr...
Released: Nov. 15, 2021
This is the ninth maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.9, an expedited 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. 3.9.9 was released …
...Python was facilitated in a cost competitive environment. Today, more than 2,500 worldwide customers have deployed Verity Ultraseek that uses the Python language. The source code, not including third party technology, is approximately 80,000 lines of Python, and less than 150,000 lines of code overall. This includes the Python-scripted HTML that makes up the user and administrative interfaces which represents approximately 40,000 lines of the total. Conclusion This project has been incredibly ...
...code. In ForecastWatch.com, Python was used for prototyping as well, and those prototypes were able to evolve cleanly into the production code without requiring a complete rewrite or switching toolsets. This saved substantial effort and made the development process more flexible and effective. Because of the clean design of the language, refactoring the Python code was also much easier than in other languages; moving code around simply requires less effort. Python's interpreted nature was also a...
...Python Resource Cataloguing SIG for Python Resource Cataloguing This SIG was created to discuss and build a catalog of Python resources. The SIG charter was: The Python Catalog SIG aims at producing a master index of Python software and other resources. It will begin by figuring out what the requirements are, converging on a design for the data schema, and producing an implementation. ("Implementation" will almost certainly include mean a set of CGI scripts for browsing the catal...
...Python Software Foundation News blog where we make announcements and discuss PSF activities. You can follow us on Twitter, Mastodon, and LinkedIn. You can sign up for psf-members-announce, which is a moderated, very low traffic list used for announcements to the PSF members, primarily regarding elections. Community Learn about the PSF Community Awards and see the list of past winners. Join the conversation on Discourse Volunteer for the PSF Code of Conduct You can find the Python Community Co...
Location: Remote, Remote Remote
Required Skills: Proficiency in writing optimized and clean Python code, with a strong understanding of Python libraries and frameworks like Flask and FastAPI with at least 5 years of experience Strong knowledge of PostgreSQL, including schema design, performance tuning, and advanced query optimization. Experience with other databases is a plus. …
...Python 2.5 Highlights: Python 2.5 Here are some of the (subjective) highlights of Python 2.5. More detail on almost all of the new features can be found in the document What's New In Python 2.5 More Reliable Python now uses the Buildbot tool for continuous testing on a wide range of platforms. This allows us to spot problems faster during development, and resulted in a much more robust release. Andrew Kuchling determined that there were over 350 patches and over 450 bugs fixed since Python...
...Python using the Products framework available in Zope. A Zope product is a package of code, graphics and templates that provides a piece of reusable web functionality. We were able to combine the integrated pieces of Zope that we loved and used on a daily basis, like user management and simple object publishing to the web, with the flexibility of Python and its large internal library. This also allowed us to keep source code outside of the Zope object database and on the file system, where it co...
...Python for iOS and iPadOS Briefcase (from the BeeWare project) and Buildozer (from the Kivy project) are two tools that can be used to deploy Python code as an iOS app. Python-Apple-support is a project that provides pre-compiled Python frameworks that can be embedded into an Xcode project. PythonKit can be used to provide Swift integration with Python. Pythonista is a complete development environment for writing Python scripts including third-party libraries and system integration on your iPad ...
...Python 3 under Steven Bird's mentorship, following the NLTK Python 3 porting plan located at: https://github.com/nltk/nltk/blob/2and3/web/dev/python3porting.rst Approved, 9-0-0. 8 Suggested Code of Conduct for Conferences RESOLVED, that the PSF will encourage the creation and use of a Code of Conduct for Python conferences and similar events Approved, 10-0-0. 9 Mandatory Code of Conduct for Conferences RESOLVED, that the PSF will only sponsor conferences t...
Python 1.6 License FAQ Python 1.6 License FAQ This FAQ addresses questions concerning the CNRI Open Source License and its impact on past and future Python releases. The text below has been approved for posting on the Python website and newsgroup by CNRI's president, Dr. Robert E. Kahn. The old Python license from CWI worked well for almost 10 years. Why a new license for Python 1.6? CNRI claims copyright in Python code and documentation from releases 1.3 through 1.6 inc...
Released: Aug. 2, 2021
This is the first release candidate of Python 3.10 This release, 3.10.0rc1, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. The second candidate and the last planned release …
...Python SIG on Tabular Databases in Python This list is intended to work through and resolve issues related to tabular database access from Python. Being somewhat related, this list may also cover persistency issues in Python. The list will cover a number of topics, attempting to produce documentation, modules, and/or sample code.
...Python and Zope users, offering increased stability and robustness. I am grateful to the Python and Zope community for contributing literally hundreds of bug fixes to Python 2.2.2," said Guido van Rossum, creator of Python, president of the Python Software Foundation, and Director of PythonLabs at Zope Corporation. "Python has been an integral part of Google since the beginning, and remains so as the system grows and evolves. Dozens of Google engineers use Python, and we're looking f...
...Python made it practical for a two-person team to take it on. The lack of an explicit compilation step, coupled with the ability to dynamically reload modules allow us to turn very fast cycles during development. The current codebase is about 30K lines of code, written over the last year or so. I do a lot of the prototypes, mockups, etc., but Christian has implemented most of the current codebase himself. The productivity that Python provides over the "mainstream" languages is profound...
If you didn't find what you need, try your search in the Python language documentation.