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.
Community Videos about the PSF Below is a list of videos presented by staff and volunteers. All video topics pertain to the PSF and/or initiatives the PSF runs. Most recent videos are listed first and only through 2019 to keep things current! 2021 2020 2019
Python Software Foundation News & Community News & Updates Sign up to receive our newsletter! It is currently sent out about once a quarter. Visit the 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...
Other Documentation Tools Other Documentation Tools When considering the state of documentation tools for Python, one should consider what is being done for other systems. This should include tools that work with documentation embedded in source code and tools that work with separated documentation. If you can think of additional tools that should be noted, please let me know about them (free or commercial). If you can point to an example of the markup, that would be great; thank...
...lists and dictionaries) as a base class in a class statement. This is one of the biggest changes to 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...
...lists changes in behavior relevant for the conversion of classic classes.) <ul> <p><li>The method resolution order is different; see the <a href="../descrintro/#mro">tutorial</a>. <p><li>New-style classes that overload binary operators (__add__ and so on) cannot rely on the __coerce__ method to coerce the arguments; the other argument will be whatever was present originally. Thus, if x is a new-style class instance defining an __add__ method, ...
PSF Sponsorship The PSF is the primary source of funds and resources for furthering the development and adoption of Python. Interested in becoming a sponsor? Check out our sponsor application. Participation in the PSF Sponsorship Plan provides a way for corporations and individuals to contribute substantially to the ongoing support of the Foundation. (As distinct from one-time donations.) In return, the PSF will officially acknowledge your donation via various methods appropriate to your spons...
Python Software Foundation: Minutes of Board of Directors Meeting (Apr. 9, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors Apr. 9, 2002 A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 UTC. 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 pre...
Python 2.4.1 - Bugs The Windows installer package required VBScripts. On systems which do not have VBScript available, installer will report an error 2738. On systems which have VBScript available, but in an insufficiently old version, installer will report an error 2262 (and log a DEBUG error 2896). In either case, please install Microsoft Windows Script from http://msdn.microsoft.com/downloads/list/webdev.asp The Windows installer will not add correct IDLE and PyDoc entries when the Python...
Bugs in Python 2.4.2 The Windows installer package required VBScripts. On systems which do not have VBScript available, installer will report an error 2738. On systems which have VBScript available, but in an insufficiently old version, installer will report an error 2262 (and log a DEBUG error 2896). In either case, please install Microsoft Windows Script from http://msdn.microsoft.com/downloads/list/webdev.asp The Windows installer will not add correct IDLE and PyDoc entries when the Pytho...
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...
Parser-SIG - SIG on Parser Generation for Python This SIG was created to discuss and select a standard parser generator for Python; it has now been retired due to inactivity. The list of parser generators has moved to /topics/parsing.html.
Location: Remote, Remote United States
Telecommuting: Yes
Our client requires a python developer with DSA knowledge, strong willingness to learn and gain experience. We are looking for someone who wants to solve problems in big data processing with python. Responsibilities: Experience developing in python. Familiarity with pandas, numpy, requests. Devise algorithms to solve problems. Clear communication.
SIG for 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 t...
Python Buildbot The Python development team builds and tests on many machines, architectures and configurations. These variations are divided into two categories: stable and unstable. The stable versions are the primary platforms that should always have all tests passing. We manage all our main branches for stability. We strive to keep all configurations passing all tests, but sometimes we require specialized expertise to fix problems. If you can help fix problems on an unstable platform, ...
...lists of member contact info and make the provisions for providing such lists more reasonable. Miscellaneous other clarifications. Also see: Unified diff & context diff Proposed new bylaws & text source Copy of old bylaws (as they existed prior to the proposed changes) & text source Current bylaws
...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> paper download (upload may work or not, it's hard to tell!) <li> minor tweaks <li> setti...
If you didn't find what you need, try your search in the Python language documentation.