Expert Python Tutorial #3 - Metaclasses & How Classes Really Work

In this video I discuss metaclasses and how classes actually work in python. This expert level feature (metaclasses) allows you to hook into the creation of a class and modify it. You can do things like enforce constraints on subclasses, remove attributes and much more. ⭐️ Thanks to Kite for sponsoring this video! Download the best AI automcolplete for python programming for free: Playli
Back to Top