S
Steve Holden
Zeljko said:actually, I do. i write as much as fits in one line and separate items
with comma.
I'm not Python newbie. I wrote a good deal of non-trivial python code,
and I still don't like it and still find it very annoying.
Actually, after I learned Python, I value "funny squiggles" in other
languages even more. It's very annoying, for example, that I can't split
a long line in the following way:
print a + b +
c + d
print "other statement"
I guess I'm required to insert some unneccessary () around the long expression
to disable the white space parsing..
I don't suppose there's any good reason, then, why (for example)
outlining tools use indentation to indicate different levels of
significance.
I'm sorry you find the indentation unnatural and inconvenient, but you
may have to accept that for this feature you are actually in a minority.
regards
Steve