Interface Implementation in Python

Larry Bates lbates at websafe.com
Tue Mar 6 09:56:04 EST 2007


p_shakil at yahoo.com wrote:
> Hi,
> 
>  I would like to know the interface concept in Python.How the
> Interface is defined and implemented in Python?.
> 
> How to access the interface fromn Client?
> 
> Thanks
> PSB
> 
You might want to look at how Zope 3 implements interfaces.

http://wiki.zope.org/zope3/FrontPage
http://wiki.zope.org/zope3/programmers_tutorial.pdf

-Larry



More information about the Python-list mailing list