Strong types (.NET) versus weak types (Python)

j_mckitrick j_mckitrick at bigfoot.com
Fri Nov 12 12:39:55 EST 2004


I recently took a one week course on .NET, and they emphasized over
and over again that the key is types.  Everything is strongly typed
and enforced.

Python is the exact opposite.  Yet both claim they improve
productivity and efficiency.

I prefer Python, but is .NET likely to change this view of types?

jonathon



More information about the Python-list mailing list