May 19, 2009
Event handling in Python revisited

In my last post I gave na example of hoe to use events in python. After using such a way for some time I have realized that is not very pythonic. The problem is that you end up writing a lot of…