CPython Object System Internals: Understanding the Role of PyObject
Understand how objects are implemented in CPython and how CPython emulates Inheritance and Polymorphism in C using struct embedding
Maybe it’s just me but everytime I try and use cython or CPython I end up just thinking it would be easier to write the whole thing in c/cpp. (Note that everytime = ~ 4 times so could just be that).