On Thu, Jun 17, 2010 at 1:52 PM, Srinivas Reddy Thatiparthy <srinivas_thatipar...@akebonosoft.com> wrote: > is it just because of duck typing we don't require a concept of > interfaces(like in Java and C#) in python? i think so.what you say?
It's not that you don't "require" it. As Baiju said, the Zope thing does it quite well. However, because of duck typing (and introspection), it's possible to achieve similar results in different ways. I really like the way the py.test hook system works, for example, as an extension mechanism. -- ~noufal http://nibrahim.net.in _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers