Python Interfaces
I just created a new mailing list, [1]python-interfaces, for
discussion of Interface/adapter/component systems for Python. *My*
reason for setting it up is so eventually we can come up with a
somewhat unified interface system for Python. Now, by "unified", I
don't mean "has everything you ever want from a component system", I
mean "at least *facilitates* the features that others may implement on
top of it", including any that [2]Twisted, [3]PyProtocols, or [4]Zope
might want.
Of course, having a interface system *at all* is controversial, at
least according to [5]Arigo. This is why I decided to create a
twistedmatrix.com mailing list instead of trying to jump right in to
creating a [6]Python SIG.
References
1. http://twistedmatrix.com/cgi-bin/mailman/listinfo/python-interfaces
2. http://twistedmatrix.com/
3. http://peak.telecommunity.com/PyProtocols.html
4. http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage/ZopeInterfaces
5. http://arigo.tunes.org/
6. http://python.org/sigs/