Learn CPython by Breaking It
One of the main reasons that stop people to write Python C extensions and even attempt to contribute to CPython is due to the fact that you need to know another programming language, C. Wait, don't go! don't be scared by the fact that you will hear about C, this talks objective is not that! but only to learn the essential bits to get more comfortable around CPython. By understanding the internals, you will feel like the same as that time in your childhood when you took something apart, then re-assemble it again and it worked (if that was not the case, this will be your first time I promise). During this talk, you will go on a journey to understand how Python works, and which are the places you can look to understand the implementation of different Python details, from the whole interpretation process, until look what's lies under the module/types functions you use everyday. You will get the power to add new functionality to Python and even how to create your first C-based extension module. If you are not familiar with C, don't worry, I will guide you every time some C code is shown, and if you know some C, then you will be able to sit back and relax during this ride. PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=WThKZDUt_UM https://www.youtube.com/watch?v=CRuXP2jvJ8U