Compilation & JS Prototype Model
How TypeScript compiles to JavaScript, the JavaScript prototype chain and prototypal inheritance, ES6 classes as syntactic sugar, and comparison with Python object model.
Object Model & Inheritance
Deep-dive into the Python object model: type/class hierarchy, MRO with C3 linearization, super(), metaclasses, descriptors, and slots.