A simple explanation of super() in Python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Oh mannn I was stuck on this for hours just reading articles etc... this is the best video I’ve come across so far!.
ASAP Sebbie coming through clutch

adriandiaz
Автор

It takes a true expert to break this down to bite sized pieces.
AWESOME.

Factory
Автор

You are by far one of the best Python teachers on YouTube. I love the way you broke this down, as well as the delivery. Thanks for doing what you do!

JMH-kwit
Автор

I think very few people have explained the concept with such clarity!

anujonthemove
Автор

this video deserves more views. the explanation is amazing

kedarr_
Автор

Extremely clear and friendly to python beginners. Thank you Sebastiaan.

elevenyhz
Автор

Wow, I have watched a lot of videos about that theme but this is the easiest explanation I have ever seen

work
Автор

After spending like 40 minutes trying to work out how it works with no success - you explained it in just like 10... AMAZING!

eerik
Автор

Some videos like this are worth more than 100 pages of a book. Kudos to you sir!

javadesmaeelpour
Автор

You made my days of python super learning end. I love you

kris_jnr_electrical
Автор

(1) Additional advantage of super: if base class name changes, descendant code need not change w the updated base class name, it stays as super, so fewer code updates.

(2) Diamond inheritance generally a bad idea bc can introduce nasty bugs and storage behavior. Recommend to avoid.

(3) I enjoy your videos, thank you.

chadhovey
Автор

Damn, you're an amazing teacher.

amitanand
Автор

Ok now I understand this super() stuff. I was confused at first when I stumbled upon it. Thanks Sebastian! <3

alfred
Автор

oh my god i think that this is the best video that made it very clear and easy thanks dude

marwanakram
Автор

hey man you have a gift, a great teacher to share knowledge in such way that students to understand without any question. I sincerely say that I would like to work with a person like you. Greetings to you!

kondordv
Автор

This was so well explained, thank you!!

gregt
Автор

By far the best explination of this that I have come across. Thanks very much for taking the time to do this.

rosscoguitar
Автор

A clear and fun way of explaining abstract topics!

sheikhakbar
Автор

Yo dude, you are a certified badass. Your python tutorials are one of the best on the whole youtube.

galbatrollix
Автор

Thanks Sebastiaan! A detailed examination of composition vs inheritance in Python would be very useful with the considerations such as Abstract Base classes etc.

barsidemen