Strong/weak typing

MartinRinehart at gmail.com MartinRinehart at gmail.com
Fri Aug 1 11:31:25 EDT 2008


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?



More information about the Python-list mailing list