learnpython.org - an online interactive Python tutorial

Chris Angelico rosuav at gmail.com
Thu Apr 21 03:19:29 EDT 2011


On Thu, Apr 21, 2011 at 5:10 PM, Algis Kabaila <akabaila at pcug.org.au> wrote:
> False: Python IS strongly typed, without doubt (though the
> variables are not explicitly declared.)

Strongly duck-typed though. If I create a class that has all the right
members, it can simultaneously be a file, an iterable, a database, and
probably even a web browser if it feels like it. Is that strong typing
or not?

Chris Angelico



More information about the Python-list mailing list