The Python Oracle

Difference between abstract class and interface in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Magical Minnie Puzzles

--

Chapters
00:00 Question
00:18 Accepted answer (Score 676)
01:38 Answer 2 (Score 224)
05:10 Answer 3 (Score 102)
06:11 Answer 4 (Score 48)
06:59 Thank you

--

Full question
https://stackoverflow.com/questions/3720...

Answer 1 links:
[documentation]: https://docs.python.org/2/library/collec...

Answer 2 links:
[Abstract Base Classes]: http://docs.python.org/library/abc.html
[Zope Interface]: http://pypi.python.org/pypi/zope.interfa...
[here]: http://wiki.zope.org/Interfaces/FrontPag...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #interface #abstractclass

#avk47