Missing interfaces in Python...

Jonathan Daugherty cygnus at cprogrammer.org
Mon Apr 17 17:05:41 EDT 2006


# In Python, you would simply call the functions you need. No need to
# make things that rigidly defined.

Except when you need to handle exceptions when those methods don't
exist.  I think interfaces can definitely be useful.

-- 
  Jonathan Daugherty
  http://www.parsed.org



More information about the Python-list mailing list