Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
PSF League of Awesome Having a capable and well supported server infrastructure is critical to the continued ability of the PSF to pursue its mission and to support our other community partners. Each of these companies has very gratiously helped us to run and improve our infrastructure and operations services. XS4ALL provides hosting and network connectivity for legacy.python.org. OSU OSL provides hosting for a few PSF servers and the speed.python.org benchmarking server. PagerDuty provides...
Grants - Frequently Asked Questions python, grants, psf Considering submitting a grant request to the PSF? Please read this FAQ first. Q. Will the PSF fund swag? A. The PSF does not fund swag production or disbursement. Q. Is there anything I need to know about fund disbursements? A. The PSF offers various payment methods. If your grant request is approved, specific information will be requested in the email notification. Please see our Payment Options page (https://www.python.org/psf/paymento...
Sign up as member Membership Read about becoming a member of the PSF on our membership page or learn even more about our types of membership on our membership FAQ page.
Grant Types Sprints These types of dev events are usually 1-4 days long and the goal is to complete a set of objectives for a project. Sprints are usually on the small side and tend to be less than 20 people. Sprints that happen at conferences can have larger turnout though (like [PyCon Sprints](https://us.pycon.org/2017/community/sprints/) for example). [OpenHatch created a helpful in-person event handbook](http://opensource-events.com/) that can help you run a productive dev sprint. User ...
...= function() { document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); onReady(); }; } else if ( document.attachEvent ) { DOMContentLoaded = function() { // Make sure body exists, at least, in case IE gets a little overzealous if ( document.readyState === "complete" ) { document.detachEvent( "onreadystatechange", DOMContentLoaded ); onReady(); } }; } if ( document.readyState === "complet...
Community Survey This survey has concluded. The PSF is committed to ethical principles, transparency, and accountability. One of our goals is to regularly and openly provide our community with information about our mission, activities, finances, accomplishments, and decision-making processes. We want to be open about how we can improve transparency, provide the community with opportunities to interact with us, and be responsive to raised suggestions. To help us do this, we've created a short s...
python.org email policy Use of @python.org email addresses represents the Python Software Foundation. The PSF maintains an email policy to help users understand the expectations for usage of their @python.org address. @python.org emails can be assigned to the following: Python Software Foundation staff Python Software Foundation board members and officers Python core developers Python community mailing lists and fiscal sponsorees Significant contributors to Python infrastructure a...
Pesquisa de Satisfação da Comunidade da PSF This survey has concluded.
Encuesta comunitaria de la PSF This survey has concluded.
PSF Community Survey - Chinese (Traditional) This survey has concluded.
PSF Community Survey - Chinese (Simplified) This survey has concluded.
...= 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 ...
If you didn't find what you need, try your search in the Python language documentation.