Further ReadingΒΆ

There are some more documents that can help you grasping the concept of adaptation

This tutorial is taken from a Kevin Teague blog entry

zope.component/README.txt A discussion on Adapters that shows more API examples of adapters in action.

Adaptation For Busy People A description of the purpose and usage of Zope’s adaptation machinery in fewer than 1500 words.

Using Grok to walk like a duck A presentation that takes you through different design paradigms to enhance code reusability. Good to compare adaptation with other reuse techniques common in Python.