Python Design Principles

Fredrik Lundh fredrik at pythonware.com
Sat Sep 10 07:10:37 EDT 2005


"lechequier at gmail.com" wrote:

> After all, the fact that Python is not strongly typed and is
> interpreted rather than compiled

if you think those are facts, you don't understand how Python
works.

(hint: Python's both strongly typed *and* compiled)

> sacrificing programmer producitivity

the ability to save a newline here and there doesn't affect the
programmer productivity in any way whatsoever.

</F> 






More information about the Python-list mailing list