Events in Python?
Ben Sizer
kylotan at gmail.com
Thu Apr 27 04:23:14 EDT 2006
redefined.horizons at gmail.com wrote:
> It seems like Python doesn't have a "standard" implementation of an
> event or messaging system. That is really what I was curious about. I
> wanted to check before I implemented something of my own.
What are you comparing it to? Does Java have standard event or
messaging systems? I thought there were only such systems as part of
the GUI libraries. Perhaps you're referring to the Observer interface?
Sometimes a solution that is necessary in Java would be an
overcomplication in Python, and full-blown Observers is probably one
such example.
--
Ben Sizer
More information about the Python-list
mailing list