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.
PSF Board Meeting Minutes 2013 December 6th, 2013 November 15th, 2013 November 1st, 2013 September 27th, 2013 September 13th, 2013 August 30th, 2013 August 16th, 2013 July 26th, 2013 July 12th, 2013 June 28th, 2013 June 14th, 2013 May 31st, 2013 May 10th, 2013 April 26th, 2013 April 12th, 2013 March 29th, 2013 March 5th, 2013 February 20th, 2013 February 6th, 2013 January 16th, 2013 2012 December 19th, 2012 December 5th, 2012 November 21st, 2012 November 7th, 2012 October 17th, 2012 Sept...
....2.2. Version 1.3 was approved by the PSF board January 8, 2007. It clarifies how the policy relates to nominative use rules, and adjusts the derived logo examples to avoid unnecessary restrictions on commercial use of certain types of derived logos. Helping Out As a member of the Python community, please keep an eye out for questionable uses of the Python logo and "Python" word mark. You can report potential misuse to The PSF Trademarks Committee. We will evaluate each case and ta...
Python Software Foundation: Minutes of Board of Directors Meeting, December 13, 2005 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 13, 2005 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:04 UTC, 13 December 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the ...
Python Success Stories Introducing IronPython Pairing the Python language's expressivity with the seamless availability of the extensive .NET class libraries makes IronPython a powerful combination for Resolver Systems. About Resolver Systems Resolver Systems is a two year-old start-up based on the outskirts of London's financial district. Our first product, Resolver One, is a desktop and web-accessible spreadsheet aimed primarily at the financial services market. It is written entirely in ...
Built-in Package Support in Python 1.5 Built-in Package Support in Python 1.5 Starting with Python version 1.5a4, package support is built into the Python interpreter. This implements a slightly simplified and modified version of the package import semantics pioneered by the "ni" module. "Package import" is a method to structure Python's module namespace by using "dotted module names". For example, the module name A.B designates a submodule named B in a package named A. Just like...
If you didn't find what you need, try your search in the Python language documentation.