Welcome to the last and final video of the CPython Type System Internals series. We will conclude by looking at the implementation of the float type in CPython. This will help us solidify our understanding of how the various types work under the hood.
If you watch till the end, you will also find something interesting. We will modify the float implement…