Speakers | |
---|---|
Olivier Grisel | |
Schedule | |
Day | Sunday |
Room | AW1.117 |
Start time | 10:30 |
End time | 11:30 |
Duration | 01:00 |
Info | |
Event type | Podium |
Track | Python |
Language | English |
The aim of this talk is to show the use of the zope.interface module to formalize duck typing in python projects.
By contractualizing APIs, a python project can gain much modularity and then make it natural to plug objects together in a reusable thanks to the delegation pattern implemented by the zope.component sister module.