Signals/Slots support in Python

Ivan Illarionov ivan.illarionov at gmail.com
Thu May 1 11:02:20 EDT 2008


On Thu, 01 May 2008 08:44:27 -0600, Scott SA wrote:

> Did you review this?
>     <http://pydispatcher.sourceforge.net/>
> 
> from what I understand is originally based upon this:
>     <http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056>
> 
> and subsequently integrated into this:
>     <http://djangoproject.com>

AFAIK PyDispatcher evolved into Louie project [1]. Louie has more 
features, but dispatch module inside Django is dramatically faster and is 
going to be even faster.

[1] http://pylouie.org/

-- 
Ivan



More information about the Python-list mailing list