About
This is the first video on the video series on the internals of the CPython type system. In this video we talk about the broad design ideas behind the type system based on which it is implemented.
It’s important to first talk about the design because it gives us a mental model about how things work, which gives us a better perspective about the code because we understand why it is written the way it is.
Next Video
In the next video we talk about how can we emulate inheritance and polymorphism in C.
Share this post