idioms for abstract base classes

Darrell news at dorb.com
Wed May 30 21:19:33 EDT 2001


You are exactly correct. Coming from C++, I was over engineering everything
in sight.
Then the Pythonic way was laid out before me by the brotherhood of
comp.lang.python.
The combination of Extreme and Python has been very rewarding.

--Darrell


zooko at zooko.com wrote:
>
> Python has dynamic structural typing, which gives rise to rapid
prototyping,
> flexible code re-use, and minimal hindrance to the programmer, as well as
to
> clear designs and readable code.  USE the dynamic structural typing, and
do not
> attempt to regress to C++/Java style static/dynamic named types, like I
did.
>






More information about the Python-list mailing list