Python Community

The Python programming language has a global community with millions of software developers who interact online and offline in thousands of virtual and physical locations.

Python logo.

Who drives the Python community?

There are tens of thousands of Python developers who help steer the community with local, regional and global events. Most, if not all of them, are members of the Python Software Foundation (PSF). The PSF is a 501(c)(3) non-profit with the mission to "promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers." Anyone that uses Python and has an active interest in the Python community can join the PSF as a member. There are five classes of PSF members:

  1. Basic Members
  2. Supporting Members
  3. Sponsor Members
  4. Managing Members
  5. Contributing Members and Fellows

Starting out by joining as a basic PSF member is a great way to show your support and begin your own journey in working with the larger open source ecosystem.

What is a PEP and why do they matter?

Python Enhancement Proposals (PEPs) are design documents that serve to drive Python's continued evolution. There are three kinds of PEPs that serve disinct purposes:

  1. Standards track: enhances the Python language with new features
  2. Informational: provides information to the Python community
  3. Process: modifies or makes improvements on topics relevant to the community but outside the Python language itself

PEP 1 defines what a PEP is and its purpose. In true computer science fashion, PEP 0 also exists and it is an index of all the PEPs that have been created.

The PEPs are important because they drive a transparent process to evolve the language and broader ecosystems. Some other programming communities are opaquely pushed by a single person or small cliques who refuse to understand outside perspectives. The insular nature of some groups typically causes decline over time as the original community members move on to new projects and no new members take their place.

Conferences and events

The Python online community has fantastic resources for learning but talking to your fellow developers in-person at conferences, meetups and hackathons is a crucial way to discover new tools and coding approaches. The following resources provide perspective on offline events like PyCon US.

Python community resources

The Python community exists both online and offline. The following resources will help you get connected with other Python developers in both forms. They also provide context on how some of the major decisions are made within the community.

  • The community page on Python.org provides a starter page with links to community-run newsletters, resources and conferences.

  • The Python community has a concept known as "Benevolent Dictator For Life" that may appear odd to newcomers. Essentially, Guido Van Rossum created the language and still has the ability to decide community arguments one way or the other. This post on the origin of BDFL has more context about Guido's role.

  • Python Community and Python at Dropbox is an interview with Jessica McKellar, one of the most visible Python core committers and organizers for her fantastic coding and community work. She explains what it means to be a member and leader in the larger Python community.

  • The history behind the decision to move Python to GitHub is a transparent and personal story by one of the Python Core Team members, Brett Cannon, on why the main Python projects including the language itself are now hosted for development on GitHub. The post is a wonderful read about the history of where Python development was centralized and how it moved from SourceForge to svg.python.org and then over to GitHub.

  • Python community trends in 2017/2018 by Ewa Jodlowska, who is heavily involved in PyCon and the overall Python ecosystem, provides a ton of data and metrics on areas of community interest such as Python developers' locations, Python 3 adoption and years of experience as professional developers.

  • There are some amazing communities within the overall Python ecosystem, such as PyLadies, which encourages women to be strong, proactive community members.

What else do you want to learn about the Python ecosystem?

I want to learn how to code a Python web application using a framework.

I've built a Python web app, now how do I deploy it?

Show me a list of the best Python learning resources.


Matt Makai 2012-2022