Python was designed (was Re: Multi-threading in Python vs Java)

Terry Reedy tjreedy at udel.edu
Thu Oct 17 16:15:43 EDT 2013


On 10/17/2013 2:49 AM, Peter Cacioppi wrote:

>  Even Python, which isn't strongly typed,

Python objects have a definite type/class.  It is fixed for instances of 
builtins. If that is not 'strong', the word has no meaning.

> manages polymorphism by allowing the self argument to a sub-class of the method class.

???

-- 
Terry Jan Reedy




More information about the Python-list mailing list