Personal tools
You are here: Home Documentation Tutorials A Grok-Centric Explanation of Adaptation Further Reading

Further Reading

There are some more documents that can help you grasping the concept of adaptation
Adaptation is a central concept in the Zope 3 Component Architecture. This explanation approaches it from a Grok perspective.
Page 4 of 4.

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.