Interface and duck typing woes

alex23 wuwei23 at gmail.com
Thu Aug 29 20:14:23 EDT 2013


On 29/08/2013 10:40 PM, Joe Junior wrote:
> Another reason for this question is that I read some people saying
> they wouldn't use python for large projects, and they always point at
> the lack of Interfaces as a concern. I actually disagree, but I can
> see their point. What do you think?

Having worked on large Python projects both with & without interfaces, 
it's definitely possible with either approach. It certainly isn't 
lacking in for support for them:

http://docs.zope.org/zope.interface/





More information about the Python-list mailing list