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.
...Python Miro Community. http://pyfound.blogspot.com/2011/03/funding-python-miro-community.html Launched "Python Insider" blog. We started a new blogging project in partnership with the python-dev team to publicize the volunteer efforts from that group. See http://blog.python.org/ for the results. After recruiting a few contributors at PyCon (Anthony Scopatz, Paul Moore, and Brian Curtin), the project had good momentum. We started by creating a list of topics and a backlog of "eas...
...Python. The first goal is to create a Python brochure which show-cases Python's application spaces, how it helps users to achieve their tasks and what its benefits are in a professional and educational setting. Please see this wiki page for more information on the effort: https://wiki.python.org/psf/PSF%20Python%20Brochure Progress We've completed getting approvals from all content providers and have created a preview PDF which we can use to sell ad sponsorships and reference entries. Ad spa...
...Python 2.1[.x] and 2.2[.x] <h3>Incompatibilties between Python 2.2.2 and Python 2.2.3</h3> <p>The following visible differences between Python 2.2.2 and Python 2.2.3 are intentional. <ul> <p><li>It is no longer possible to use object.__setattr__ to circumvent the restrictions on setting attributes of type objects. <p><li>list.extend() works with any iterable. <p><li>In pdb, you can no longer enable breakpoints with negative numbers...
...Python 2.2 Unifying types and classes in Python 2.2 Python Version: 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 Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Properties: attributes...
Python Software Foundation: Minutes of Board of Directors Meeting (March 8, 2005) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors March 8, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 18:00 GMT. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: Martin v. Löwis, Stephan Deibel, Steve Holden, a...
...Python.</li> <ul> <li>test_grp and test_pwd may fail. We've had reports of this on *nix systems that use a "+" at the beginning of a line in the /etc/group or /etc/passwd file to indicate NIS/YP or LDAP consultation. The bugs may also be related to duplicate id in these files. See SourceForge bug reports number <a href="http://python.org/sf/775964">775964</a> and <a href="http://python.org/sf/779218">779218</a>.</li&g...
...Python Community Code of Conduct. Approved, 9-0-0. 8 Other Business The directors have decided to defer the following resolution until next meeting in order for them to gather information from other groups involved. “RESOLVED, that the Python Software Foundation grant EUR 750 to the EuroPython Society for registering the EuroPython CTM trademark in order to protect the IP rights to the EuroPython conference series.” There has been a call for assistance from the PSF directors...
...python.org/mailman/listinfo/psf-trademarks) and interested members have subscribed. The committee establishment resolution is not yet formulated. Status: in progress. Originally from 14 July 2008, Section 8, ZEUUX Cooperation: M. von Löwis will ask the python.org maintainers to add a page ("informally affiliated" or equivalent), and will suggest the wording. M. von Löwis reported the addition of http://www.python.org/psf/cooperations/. Status: done. Originally from 11 August 2008, S...
...Python Brochure RESOLVED,that the PSF pre-finances and underwrites the costs of producing a printed Python brochure as outlined in the proposal http://mail.python.org/mailman/private/psf-board/2010-December/013532.html. Approved, 6-5-0. 7 Fund 2010 Summer pyGames Competition RESOLVED, that the PSF provide a grant of $1,000 US to sponsor the Summer pyGames python based programming competition. Aproved, 10-0-1. 8 2010-Q4 Community Service Award Nominations ...
...Python Software Foundation 2021 Annual Report 2021 was a year of continued changes, challenges, and growth for the PSF. We said goodbye to our first Executive Director and welcomed four new team members in new roles. We celebrated our 20th anniversary and built on the successes of our first two decades to launch new areas of work that advance our mission and help us to even better serve our Python community. We’d love for you to take a look at the 2021 Annual Report that we put together...
...Python Papers: S. Deibel will post his PSF article on python.org, but well after it is published in The Python Papers. The article had been published, but it's too early to post it on python.org. Status: carried forward. Originally from November 2007, Section 8, PyCon 2008: D. Goodger will put out a call for new member nominations, board candidates, and meeting topics & resolutions for the PSF members' meeting to be held at PyCon. On-list discussions will be encouraged so we can keep the m...
...Python 2.3.5 IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. Build bugs Some platforms require some tinkering to get a clean build of Python. Some sort ...
...Python 2.3.6 IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. Build bugs Some platforms require some tinkering to get a clean build of Python. Some sort ...
...Python 2.3.7 IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. Build bugs Some platforms require some tinkering to get a clean build of Python. Some sort ...
...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 2.4.3 In the default installation directory (C:Python24), NTFS permission inheritance gives write access to the Python installation for all users of the system. If untrusted users have access to the system, there are two solutions to the problem: either install to the Program Files folder (where only Power Users get write access to the installation), or edit the access control list to remove the write permission. If write control should only be granted to Administrators, the command: ...
24 Sept. from 4pm UTC to 7pm UTC, 2015
Location: Centrum Konferencyjne Adgar Plaza, Postępu 17a, 02-676 Warszawa, Polska
This is a group for anyone interested in Machine Learning and Artificial Intelligence and their applications such as Big Data, predictive analytics, data science and robotics. Our main focus is Python based technology stack, but not only. All skill levels are welcome. We started this group because we want to …
Python Job Board Please Note: The job board has been relaunched (March 2015) and is now available under the new URL https://www.python.org/jobs/. Please update your bookmarks. Employers / Recruiters: See our HOW-TO for instructions on how to post to the jobs board Unpaid volunteer positions are listed in the Wiki on the VolunteerOpportunities page. Job seekers: We also have an RSS feed which lists the employer, location and a snippet of each posting. Do not send us your resume. We're not set ...
...Python Software Foundation 9450 SW Gemini Dr. ECM# 90772 Beaverton, OR 97008 USA by fax: +1 858 712 8966 by email: send a photo or scan of the signed form to psf@python.org.
If you didn't find what you need, try your search in the Python language documentation.