1681. Quiz: Python Interfaces: Object-Oriented Design Principles (realpython.com)
In this quiz, you’ll test your understanding of the Python Interfaces: Object-Oriented Design Principles video course. By working through this quiz, you’ll revisit how to model interfaces in Python, including informal interfaces and duck typing, custom metaclasses, and formal interfaces built with t...