Let’s update this doc with new things we’ve learned, while focusing on keeping it easy to read for brand new contributors.Note that I made this doc non-editable because someone as a joke archived it. You should be able to leave comments though.
Myths
You have to know C.(You don’t! Most of the stdlib is in Python, and we need doc help too.)
You have to know Git and GitHub.(Not entirely true — It’s easy enough to get started, though there are a fair number git concept you have to wrap your head around.)
You have to have 10+ years of Python experience.(False. You can totally begin contributing with just a few years of experience writing Python, as long as you did more than numpy and pandas.)
Truths
You will be doing much work on the command line(in a shell window).
That means typing UNIX or Windows shell commands. Much of the docs below assumes fluency at this level. It feels different than typing code because there’s no IDE with suggestions for what to type next.
Lots of tutorials and instruction sets are incomplete or out of date or need modifications for some platforms; don’t despair, ask for help!
Building instructions are quite different depending on your platform(Mac, Windows or Linux); my bias is Mac. Windows is more different than the others, because its shell syntax and commands are different(dir instead of ls, etc.).
If you can, pair with someone else — this is fun, and you will make more progress through the initial bewildering phase quicker, to get to the stuff that feels valuable.
Easy issues: click on“Easy issues” in left side bar
Easy C issues: click on“Search” in left side bar, select keyword“Easy(C)”, hit“Search”
Needs review: keyword“needs review”(we need help reviewing a lot of lingering PRs!)
Doc issues: components“Documentation”
And so on
Look for open issues related to a stdlib module/package you care about / know / like / etc.: type 1-2 words in the Search box(top right), select“open”, click“Search”
Maybe you found something that’s not working, or some documentation that’s incomplete or incorrect. You can start by filing a bug report and then create a Pull Request with a proposed fix.
Workflow
Git one-time stuff setup
If you don’t yet have a GitHub username, sign up at github.com
Myths
Truths
Docs for getting started
Choosing your first project
Workflow
Git one-time stuff setup