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.
...bits(k), which returns an int with k random bits. This method is now an optional part of the API for user defined generators. Any generator that defines genrandbits() can now use randrange() for ranges with a length >= 2**53. Formerly, randrange would return only even numbers for ranges that large (see SF bug #812202). Generators that do not define genrandbits() now issue a warning when randrange() is called with a range that large. itertools has a new function, groupby() for aggregating ...
Python Software Foundation: Minutes of Board of Directors Meeting, February 14, 2006 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors February 14, 2006 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:00 UTC, 14 February 2006. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the ...
Python Success Stories Introduction The Blind Audio Tactile Mapping System (BATS) seeks to provide access to maps for the blind and visually impaired. Our goal is to devise ways to present traditionally visual information to the user's other senses. The need for this project became clear when Jason Morris came to the University of North Carolina at Chapel Hill to study Classics. Morris works at the Ancient World Mapping Center (AWMC), a foundation to advance the field of ancient studies with ...
Python Success Stories Introduction ProjectPipe is a hosted project management solution developed by Botonomy LLC. It provides everything that you need to manage the full lifecycle of a midsized project. Although it is a hosted browser-based application, ProjectPipe seamlessly integrates with MS Project, Excel, and Word, allowing users to leverage the benefits of ProjectPipe without abandoning the desktop tools that they (and their peers) use and understand. We believe that dependency managem...
Python Software Foundation: Minutes of Board of Directors Meeting (September 13, 2005) The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors September 13, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 UTC, September 13, 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present from the...
2007-02-12 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors February 12, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:12 UTC, 12 February 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Stat...
2011-05-16 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors May 16, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 16 May 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means &...
Python Success Stories Introduction Nexedi is a leader in high-end enterprise services, providing solutions for Enterprise Resource Planning (ERP), Customer Relationship Management (CRM), and eCommerce. Nexedi has built its business on Open Source, and has designed and released an ERP/CRM framework called ERP5 under the GPL Free Software license. ERP5 is in production in the apparel industry and government agencies with multi-gigabyte databases that track millions of warehouse stock movements...
Python Software Foundation: Minutes of Board of Directors Meeting, October 11, 2005 (Draft) The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors (Draft) October 11, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat beginning at 17:15 UTC, 11 October 2005. Martin von Löwis presided at the meeting. 1 Attendance The following members of the Board of Directors w...
...bits at a time to help out, until they know how to do everything. M. von Löwis suggested that starting with a specific activity would be best. 5 Reports 5.1 Bug Tracker B. Cannon reported that the bug tracker transition will move forward once SourceForge fixes a bug in their systems. They say they are working on it. 5.2 PyCon D. Goodger reported that he will be visiting Chicago on July 20 & 21, to meet with hotel staff. K. Kaiser aske...
...bits and warnings about __slots__: An undefined slot variable will raise AttributeError as expected. (Note that in Python 2.2b2 and earlier, slot variables had the value None by default, and "deleting" them restores this default value.) You cannot use a class attribute to define a default value for an instance variable defined by __slots__; the __slots__ declaration creates a class attribute for each variable containing a descriptor, and setting a class attribute to a default va...
...bits and warnings about __slots__: An undefined slot variable will raise AttributeError as expected. (Note that in Python 2.2b2 and earlier, slot variables had the value None by default, and "deleting" them restores this default value.) You cannot use a class attribute to define a default value for an instance variable defined by __slots__. The __slots__ declaration creates a class attribute containing a descriptor for each slot, and setting a class attribute to a default value...
Python Software Foundation Board Meeting Minutes 2006-08-14 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors August 14, 2006 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 14 August 2006. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3&nb...
2012-06-18 & 2012-06-25 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 18, 2012 & June 25, 2012 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Video Calling via Skype and Internet Relay Chat beginning at 16:00 UTC, 18 June 2012 (Part 1) and resumed on 25 June 2012 (Part 2) & again was held over Group Video Calling via Skype and Internet Relay Cha...
Metaclasses in Python 1.5 Metaclasses in Python 1.5 (A.k.a. The Killer Joke :-) (Postscript: reading this essay is probably not the best way to understand the metaclass hook described here. See a message posted by Vladimir Marangozov which may give a gentler introduction to the matter. You may also want to search Deja News for messages with "metaclass" in the subject posted to comp.lang.python in July and August 1998.) In previous Python releases (and still in 1.5), there ...
2007-04-09 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors April 9, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:06 UTC, 9 April 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Pa...
2008-12-08 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 8, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 8 December 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Actions ...
Python Success Stories First published in Linux Journal, May 2000. Copyright 2000 Specialized Systems Consultants, Inc. All rights reserved. Introduction My first look at Python was an accident, and I didn't much like what I saw at the time. It was early 1997, and Mark Lutz's book Programming Python from O'Reilly & Associates had recently come out. O'Reilly books occasionally land on my doorstep, selected from among the new releases by some mysterious benefactor inside the organization u...
If you didn't find what you need, try your search in the Python language documentation.