Strong/weak typing

Alan Franzoni alan.franzoni.blahblah at example.com.invalid
Fri Aug 1 11:57:10 EDT 2008


MartinRinehart at gmail.com was kind enough to say:

> I'm writing Python as if it were strongly typed, never recycling a
> name to hold a type other than the original type.
> 
> Is this good software engineering practice, or am I missing something
> Pythonic?

Python *is* strongly typed.

You're talking about dynamic typing, but that's not about "name reuse".

-- 
Alan Franzoni <alan.franzoni.xyz at gmail.com>
-
Remove .xyz from my email in order to contact me.
-
GPG Key Fingerprint:
5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E



More information about the Python-list mailing list