Purpose of Python Type Checking?
Frodo Morris
graham.lee at invalid.wadham.ox.ac.uk
Mon Jan 27 05:26:28 EST 2003
More information about the Python-list mailing list
Mon Jan 27 05:26:28 EST 2003
- Previous message (by thread): Purpose of Python Type Checking?
- Next message (by thread): Purpose of Python Type Checking?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mongryong wrote: > Why do people use type checking in Python? > > Yes, I know its to "ensure" that parameters are valid but doesn't that > defeat the whole purpose of one of Python's main feature? Polymorphism > and code reuse. [I know this is only *just* on-topic, but felt that someone had to say it] Polymorphism and code re-use, the *two* main features of Python. Polymorphism, code re-use and readability. The three main features of Python are: oh bugger, I'll come in again. [You are now returned to your normal schedule] -- FM
- Previous message (by thread): Purpose of Python Type Checking?
- Next message (by thread): Purpose of Python Type Checking?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list