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.
EDU-SIG: Python in Education EDU-SIG: Python in Education More and more, Python is making inroads at all levels in education. Python offers an interactive environment in which to explore procedural, functional and object oriented approaches to problem solving. Its high level data structures and clear syntax make it an ideal first language, while the large number of existing libraries make it suitable to tackle almost any programming tasks. Edu-sig, through its mailing list, provides an infor...
2011-11-21 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 21, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 21 November 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. ...
2012-01-16 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 16, 2012 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 16 January 2012. 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. &q...
PSF Community Service Awards Contents Introduction Expiration August 2025 April 2025 November 2024 October 2024 June 2024 March 2024 December 2022 June 2022 March 2022 December 2021 June 2021 March 2021 January 2021 December 2020 October 2020 June 2020 March 2020 December 2019 August 2019 June 2019 March 2019 December 2018 September 2018 June 2018 March 2018 December 2017 September 2017 June 2017 March 2017 December 2016 October 2016 June 2016 March 2016 December 2015 August 2015 July 2015 M...
...== -1) { newText = "$" + labelText.replace(",000", "k"); } else { newText = "$" + labelText; } currentLabel.text(newText); }) yItems.each(function(i){ var currentLabel = jQuery(this).find('text'); var labelText = currentLabel.text(); var newText = labelText.replace(",", ""); currentLabel.text(newText); if ((i === 0) || (i === yItems.length-1)) { currentLabel.text(""); } }) } changeAxisLabels(); } function initLinearChart(){ ...
Python 2.6.8 license History and License¶ History of the software¶ Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a successor of a language called ABC. Guido remains Python’s principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) ...
Python 2.6.9 license History and License¶ History of the software¶ Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a successor of a language called ABC. Guido remains Python’s principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI, see http://www.cnri.reston.va.us/)...
Python Software Foundation: Minutes of the 1st Meeting of Board of Directors The Python Software Foundation Minutes of the 1st Meeting of Board of Directors The Board of Directors of the Python Software Foundation (the "Corporation") held its first meeting on March 5, 2001 at the Hilton Long Beach in Long Beach, Calif. The directors attending were: Paul Everitt Greg Stein No directors were absent. On motion and by unanimous vote, Greg Stein was elected temporary Chairperson ...
PSF Bylaws Version 1 This version of the PSF bylaws was used from 2001 - Feb 2014. ARTICLE I Business Offices The corporation shall have such offices either within or outside the State of Delaware and within or outside the United States, as the Board of Directors may from time to time determine or as the business of the corporation may require. ARTICLE II Registered Offices and Registered Agents Section 2.1. Delaware. The address of the initial registered office in the State of Delawar...
Proposed PSF Bylaws Prior for March 2009 Members' Meeting Attention! This is a copy of the proposed new PSF bylaws, for approval at the 2009-03-27 PSF Members' Meeting. Also see: Text source of the proposed new bylaws Copy of old bylaws (as they existed prior to the proposed changes) & text source Description of differences between old & new bylaws (unified diff & context diff) Current bylaws Bylaws of the Python Software Foundation ARTICLE I Business Offices The corpor...
Copy of PSF Bylaws Prior to March 2009 Members' Meeting Attention! This is a copy of the PSF bylaws as they existed prior to the 2009-03-27 PSF Members' Meeting. Also see: Text source of the old bylaws Proposed new bylaws & text source Description of differences between old & new bylaws (unified diff & context diff) Current bylaws Bylaws of the Python Software Foundation ARTICLE I Business Offices The corporation shall have such offices either within or outside the Stat...
PSF Board Resolutions The Python Software Foundation Resolutions of the Board of Directors Vote counts are of the form "4-2-1" (4 in favor — 2 opposed — 1 abstention) RESOLVED, that the Python Software Foundation Board of Directors grant $4000 USD to the three events for Python Programmes in Abraka taking place in Abraka, Nigeria, in 2025. Approved; 10-0-0, 2025-07-16 RESOLVED, that the Python Software Foundation Board of Directors grant $4500 USD to the three PyLadies Kampala w...
If you didn't find what you need, try your search in the Python language documentation.