What is pissing me off is people suggesting that Python is better for longer programs "because it's easier to maintain". What a pile of shit!
Yes. I am agree.
I like perl python for
use strict.
I hate python for dynamic dictionary. This remind me good old FoxBase and VisualBasic, when you need to execute all branches of you program to be sure that it works.
Of course when you calculating numbers or processing the files all can be under control. But if you use it for GUI or XML processing - bugs are here.