Louie Lu - Submit your first CPython patch and don't worry about C - PyConTW2017
PyCon Taiwan
摘要 Abstract: The process of submitting CPython patch has changed in 2017 Feb., which had changed to use GitHub with bpo (bugs.python.org), not Mercurial anymore.
This talk will give you the basic knowledge of reporting bugs to bpo, submitting CPython patch, including how to retrieve the CPython source code, where the bugs listed, how to fix it, and how to submit the patch / contribute to CPython.
Also, please kindly know that you DON'T need to have any advanced C knowledge (even if you're not familiar with C!) and still can join to contribute CPython, e.g. comment on doc patches, write python-only patches...etc. The fact is, CPython codebase is consist of 57.5% Python code and 39.8% C code!
If you are still interested in this topic and want to contribute with CPython community, welcome to join this talk.
Slide Link: https://goo.gl/4oC2Dg
PyCon Taiwan 2017 official: https://tw.pycon.org/2017/ PyCon Taiwan 2017 Facebook Fan Page: https://www.facebook.com/pycontw/ ... https://www.youtube.com/watch?v=I4cZAPEJZ8Y
175701205 Bytes