Re: [Tutor] A few more notes on Python interfaces

2006-06-23 Thread Alan Gauld
> more about it. Needless to say, my notes benefited much from the > comments on this list. You can find these notes here: > >http://www.rexx.com/~dkuhlman/python_comments.html#interfaces > > I'll welcome any comments. Nice work. One wee point is that the term prorocol is an OOP community

[Tutor] A few more notes on Python interfaces

2006-06-22 Thread Dave Kuhlman
Several weeks ago, there was a discussion on this list about the use of interfaces in Python. That motivated me to write up some notes on Python interfaces, in part to force myself to learn a bit more about it. Needless to say, my notes benefited much from the comments on this list. You can find