Tobias Weber wrote:
> Hi,
> how to use the Observer pattern in Python?

Implement it in your classes?

> I found PubSub and PyDispatcher, both of which are abandoned. [...]

I haven't searched for these, but googling for "python observer pattern"
yields http://code.activestate.com/recipes/131499/ and this seems  like
a good inspiritation for owns own implementation.

-- Gerhard

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to