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.
...= 11 Python conferences, impacting over 3,000 people globally $20,000 = ~25 hands-on workshops impacting over 700 people $10,000 = user group meetup fees for 150 groups around the world for 6 months $5,000 = hosting for 3-4 PSF community web services for a year(e.g. Mail.python.org, uspycon.org, wiki.python.org) $2,000 = support for 2 regional conferences, impacting over 500 people $99 = 6 months of Python meetup subscriptions $60 a month ($2.00 a day) = one workshop, impacting over 250 people...
...= new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='NICKNAME';ftypes[1]='text';fnames[2]='FULLNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);
Archive 2018: Executive Summary: The Python Software Foundation Written by Stephan Deibel, Chairman of the Board, Python Software Foundation. A version of this article was originally published in The Python Papers volume 2, issue 4. Last updated March 2008 Introduction βThe mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of the international community of Python programmers.β The Python Soft...
...= new Date(dt); var _second = 1000; var _minute = _second * 60; var _hour = _minute * 60; var _day = _hour * 24; var timer; function showRemaining() { var now = new Date(); var distance = end - now; if (distance < 0) { document.getElementById(id).innerHTML = '0'; return; } var days = Math.floor(distance / _day); document.getElementById(id).i...
...= currentLabel.text(); var newText = labelText; if (labelText.indexOf(",") !== -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....
Help Fund Python Development and Maintenance Donate to Python Development and Maintenance The Python Software Foundation's goal is to increase the support we provide for Python development and maintenance. Through the donation button above, you can financially contribute to this cause. The PSF will use Python development fundraising to support CPython development and maintenance. Additionally, the funds will be used for mission-related sprints, such as the annual core dev...
Python Software Foundation GitHub Organization Purpose The Python Software Foundation exists to promote, protect, and advance the Python programming language, to fulfill that mission we have created a GitHub organization, @psf, to support and protect projects that have outgrown ownership by their original author. What is offered Repositories may be transferred to the @psf organization under the following criteria: The repository is relevant to the Python ecosystem at large and has broad inter...
π Hey Community Members! More than 20 ways to get involved & stay informed! Watch any of these talks given about the PSF (most recent one is about PyPI presented by Ee, our Director of Infrastructure!) Want to financially support the PSF? Donate! Read our blog Sign up to receive our quarterly newsletter Follow us on Twitter or Mastodon Become a Basic member If you are already a Basic member, consider becoming a Contributing, Managing, and/or Supporting member. If you want to be a PSF Boar...
Fiscal Sponsorees The Python Software Foundation promotes, protects, and advances the Python programming language and supports and facilitates the growth of a diverse and international community of Python programmers. Part of that mission includes acting as a fiscal sponsor to mission-related Python events, groups, and projects. The PSF provides 501(c)(3) tax-exempt status to fiscal sponsorees and manages back office issues like cash flow, accounting, budgeting, insurance, and contract/legal ...
Sunsetting Python 2 sunset python2 eol endoflife sunsetting We are volunteers who make and take care of the Python programming language. We have decided that January 1, 2020, was the day that we sunset Python 2. That means that we will not improve it anymore after that day, even if someone finds a security problem in it. You should upgrade to Python 3 as soon as you can. Why are you doing this? We needed to sunset Python 2 so we can help Python users by improving Python faster. We released Pyth...
Giving Tuesday Fundraiser #donate-cta { background: orange; border-radius: .5rem; padding: 1rem 1.5rem; color: white; margin-top: 1rem; margin-bottom: 1rem; font-weight: bold; font-size: 1.5rem; display: block; } Help us raise $10,000 USD on Giving Tuesday, December 3, 2019! Something new this year - Giving Tuesday! For the first time, the PSF is participating in Giving Tuesday! Giving Tuesday is held annually the Tuesday after Thanksgiving - this year...
Python Software Foundation: Press Release 20-Dec-2019 FOR IMMEDIATE RELEASE: 2019-12-20 PYTHON 2 SERIES TO BE RETIRED BY APRIL 2020 CPython core development community urging users to migrate to Python 3 as it will be the only version that will be updated for bugs and security vulnerabilities. The CPython core developer community is retiring the Python 2 series after nearly 20 years of development. The last major version 2.7 will be released in April 2020, and then all development will cease fo...
Matching Donations Did you know many companies offer a matching gift program to encourage philanthropy among their employees? And that some companies will even match gifts made by family members and retirees? By completing a matching gift form (online or paper), you may be able to double, or even triple, the impact of your gift. Contributions of any amount help us award grants and provide resources for furthering the development of a diverse and international community of Python programmers...
Community The Python Community The Python Software Foundation and the global Python community welcome and encourage participation by everyone. Our community is based on mutual respect, tolerance, and encouragement, and we are working to help each other live up to these principles. To get you started, we've put together a list of resources: Diversity Statement: We want our community to be more varied, expressed in our diversity statement; whoever you are, and whatever yo...
Event Organizer Resource Library Title and Author(s) or Organizer of Resource Topic and Type of Resource Short Description Organizing and Managing Open Source Events by the TODO Group Event organizing - Written guide A how-to guide that addresses opportunities and obstacles as well as issues and resolutions common to physical and virtual venues, for both internal and external audiences. 6 Tips Iβve Learned from Working with a Team of Volunteer by Dorka Volavkova Volunteer management -...
Virtual Learning Python A Hands-on Introduction to Python for Beginning Programmers by Jessica McKellar Learn Python the Hard Way Programming for Everybody (Python) Web Development Django Girls Tutorial Hello Web App by Tracy Osborn The Flask Mega-Tutorial Additional Resources PyLadies Remote Webcasts "Programming in your PJ's!" screencasts by Katie Cunningham Coding is for Girls
Python Software Foundation: Vendor Policies Introduction Employee vs contractor Purpose Factors Form SS-8 Vendor Definition Invoices Invoice Contents Invoice Example Payment Terms Approval Process OFAC Sanctioned Countries Vendor Tax Documents Tax Withholding Domestic Individuals and Organizations Tax Withholding Form 1099 Foreign Individuals and Organizations Tax Withholding United States-Foreign Country Tax Treaties US Tax Identification Numbers Obtaining a US ITI...
Python Software Foundation: Accounts Payable Accounts Payable All outgoing payments from the Python Software Foundation are handled by Accounts Payable. Individuals and organizations expecting payments from the PSF should review the pages below for important information about taxes and payments from the PSF. Vendor Policies Payment Options For accounts payable inquiries not addressed on the two pages linked above, please reach out to the PSF accounting team.
...= 60000; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { var response; response = JSON.parse(xmlhttp.responseText); percent = response.total/goal...
If you didn't find what you need, try your search in the Python language documentation.