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.
...Pythonistas use everyday. This years' fundraiser is focusing on education. We're excited to be able to collaborate with authors, trainers, and companies from all over the world to raise money for the PSF. In addition, it will help grow a diverse and international community of Python programmers. Goal: $60,000 Raised Days to Go Donations There are two ways you can donate to the PSF fundraiser! P...
...Python Software Foundation Board of Directors at least once per year Approved, 10-0-1. 8 PythonBrasil Sponsorship RESOLVED, that the Python Software Foundation sponsor PythonBrasil 2013 (http://2013.ploneconf.org/ploneconf/sponsors#section-9; http://2013.pythonbrasil.org.br/pythonbrasil) in the amount of $4,500 USD Approved, 11-0-0. 9 PyCon Kiwi Financial Aid RESOLVED, that the Python Software Foundation grant an additional USD 1,000 to Kiwi PyCon 2013 to ...
...Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2.2 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Proper...
...Python ever, and yet it can be done with very few backwards incompatibilities. The changes are described in minute detail in a series of PEPs (Python Enhancement Proposals). PEPs are not designed to be tutorials, and the PEPs describing the type/class unification are sometimes hard to read. They also aren't finished yet. That's where this paper comes in: it introduces the key elements of the type/class unification for the average Python programmer. A bit of terminology: "classic Pyt...
...python interpreter, some environment variables would grow without limit. Issue #3643: Added a few more checks to _testcapi to prevent segfaults by exploitation of poor argument checking. bsddb code updated to version 4.7.3pre2. This code is the same than Python 2.6 one, since the intention is to keep an unified 2.x/3.x codebase. The Python code is automatically translated using "2to3". Please, do not update this code in Python 3.0 by hand. Update the 2.6 one and then do "2to3"...
From 24 Aug. at 4:10pm UTC through 25 Aug. at 1:10pm UTC, 2021
Location: On line
LiveEvent Instagram Linkedin Event Morning+afternoon
Location: London or New York USA or UK
Telecommuting: Yes
My Client is hiring a Senior Software Engineer for a team that builds internal tools to empower their developers, ensuring they have everything needed to succeed. Their code is critical to their business and as they are moving towards a more open source way of working as opposed to building …
...Python community. We can’t wait to hear about your event, workshop, or regional community—so let’s jump right in! Guiding Principles The PSF Grants Program supports hundreds of Python-related conferences, workshops, and communities globally in line with our mission: The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers. To faci...
Location: Remote, Work from Home Remote
As a senior software engineer, you'll join a team tackling genuinely hard problems: distributed data processing at enterprise scale, complex deduplication algorithms, and systems that need to handle billions of records without breaking. The kind of challenges that require actual engineering thinking, not just tutorial-level code. Ready to tackle complex …
Python Software Foundation: Minutes of Board of Directors Meeting (February 11, 2003) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors February 11, 2003. A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1 p.m. EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following members of the Board of Directors were pres...
...pythonw" that runs your script with an interpreter living in such a .app bundle, this interpreter should be used to run any Python script using the window manager (including Tkinter or wxPython scripts). Most of Mac/Lib has moved to Lib/plat-mac, which is again used both in MacPython-OSX and MacPython-OS9. The only modules remaining in Mac/Lib are specifically for MacPython-OS9 (CFM support, preference resources, etc). A new utility PythonLauncher will start a Python interpreter when a .py ...
...Python Software Foundation Board approves the initial New Membership Model (v.1.1.1) presented at http://wiki.python.org/psf/NewMembershipModel, to be voted on by the PSF's membership in the April election. Approved, 6-0-0. 7 Removal of 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...
Version: None
Released: Oct. 2, 2023
This is the stable release of Python 3.12.0 Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.12 series, compared to 3.11 New features More flexible f-string parsing, allowing many things previously disallowed …
View Release Notes
Released: Feb. 7, 2023
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a5 is the fifth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
Released: March 8, 2023
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a6 is the sixth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
Location: Any European Union
The Role We’re looking for a fully remote (EU only) senior Python Developer to build a modular, extensible Python library that automates common data transformation tasks and streamlines data preparation workflows, to reduce the time and effort data scientists spend on preprocessing activities for AI/ML applications within the Earth Observation …
...Python target directory contains a space in its name (e.g. C:\Program Files\python24). In this case, manually delete the shortcut, and create new shortcuts with the command "C:\Program Files\python24\pythonw.exe" and the command line options "C:\Program Files\python24\Lib\idlelib\idle.pyw" and "C:\Program Files\python24\Tools\scripts\pydocgui.pyw" This will not be a problem if Python is installed into its default location (i.e. c:\python24). IDLE now executes code ...
Python Distutils-SIG: Design Proposal Python Distutils-SIG (Prerequisites: please read the proposed interface before trying to plough through this design document; it is very much a sequel to the interface document.) Design Proposal The Distutils' point of view setup.py only has to import one module, distutils.core. This module is responsible for parsing all command-line arguments to setup.py (even though the interpretation of options is di...
If you didn't find what you need, try your search in the Python language documentation.