Python Interfaces and Abstract Base Class (ABC): A Must-Know for Advanced Programmers

Take your Python programming skills to the next level with this must-know topic: interfaces and abstract classes. Learn how to implement these important concepts in your code and become a more advanced programmer. We cover everything from basic syntax to real-world applications. Don't miss out on this essential tutorial!
👉 Website Article for this Video: k0nze.dev/posts/python-interf...
🛍️ Get my Cheatsheets on Gumroad: k0nze.gumroad.com
💌 Support me on Patreon: / k0nze
☕️ Buy me Coffee: www.buymeacoffee.com/k0nze
🌍 Check out my Website: k0nze.dev
💻 Join our Discord: discord.k0nze.dev
👔 Follow me on LinkedIn: linkedin.k0nze.dev
⏰ Timestamps:
0:00 Intro
0:35 Interfaces in Object-oriented Programming
1:35 Abstract Classes in Object-oriented Programming
2:13 Why Python doesn't have Interfaces and Abstract Classes
3:11 Python Duck-typing
4:55 Duck Test
5:51 Implementing an Abstract Class in Python
7:44 Implementing an Interface in Python
9:45 Outro

Пікірлер: 15

  • @estevaoyt
    @estevaoyt4 ай бұрын

    Beautiful explanation, now it's clear to me the difference between an abstract class and an interface. Keep it up!

  • @k0nze_builds

    @k0nze_builds

    4 ай бұрын

    Glad it was helpful!

  • @DominikJagoda
    @DominikJagoda20 күн бұрын

    Nice explanation, thanks !

  • @adeolaogunleye7965
    @adeolaogunleye796525 күн бұрын

    Nice video, I really enjoyed it.

  • @elias6406
    @elias64062 ай бұрын

    I honestly don’t understand you don’t many views. I enjoyed your explanation. I would like to see a complete tutorial especially on oop and design patterns.

  • @JefferyHarrold
    @JefferyHarrold4 ай бұрын

    The Talking interface and associated implemented Talking class...them having the same name and working, was that just a quirk of Python that shouldn't be encouraged because it will probably be fixed at a later date? Looking at the autocomplete prompts that were coming up, probably from practicing, was the implemented Talking class supposed to be called TalkingDog?

  • @k0nze_builds

    @k0nze_builds

    4 ай бұрын

    You are absolutely correct. I actually made a mistake while recording, the listings in the accompaniment blog article show the correct code.

  • @danielschmider5069
    @danielschmider50692 ай бұрын

    Giving the interface and the class the same name was weird, I was really surprised this actually worked! Is it because the Talking Class is defined later (further down) in the code?

  • @ajaynarayanan2326
    @ajaynarayanan232622 күн бұрын

    Nice video

  • @godray25
    @godray2524 күн бұрын

    🖥

  • @pepijnkrijnsen4
    @pepijnkrijnsen4Ай бұрын

    💻

  • @2sourcerer
    @2sourcerer4 күн бұрын

    Doesn't quite explain what "ABC" is for. Removing it doesn't break things.

  • @2sourcerer

    @2sourcerer

    4 күн бұрын

    Oh i see, that abstractmethod decorator has no effect unless subclassing an ABC. But still doesn't explain why the Animal class needs it.

  • @esbee296
    @esbee296Ай бұрын

    🖥

  • @jmcoxD
    @jmcoxDАй бұрын

    🖥