Comment Re: What I think of Python ... (Score 1) 103
I'm the one that mentioned that 500LoC thing. Sorry to horrify you, I wasn't talking about 500 LoC files, I referred to "units" (function definitions, data structures, etc) *within* (often much larger) files.
Your preference for under 100LoC files, a few thousand LoC total for Python programming just confirms that block-by-indentation makes Python unsuited for "large and complicated systems".
You'll easily reach 500LoC just validating a not too complicated web form (for example, to fill an invoice). Splitting that code would make it much more difficult to maintain.
I don't much like Python, but I don't regard it as a toy language.
I'd also like to commend getuid()'s wise two words. Spoken as a true programmer in the saddle, sir!