DEV Community

Cover image for Python’s Abstract Base Classes (ABC) and Interfaces Explained
Konstantin Lübeck
Konstantin Lübeck

Posted on

Python’s Abstract Base Classes (ABC) and Interfaces Explained

Even though Python is a duck-typed 🦆 language, it is sometimes beneficial to use object-oriented features such as Interfaces and Abstract Classes.

In my latest YouTube video 🎬 you will learn how to create Interfaces and Abstract Classes in Python using the ABC module 🔤

https://youtu.be/kaZceE16m5A

Top comments (0)