Because I'm learning it, almost done through the tutorial, and it looks great.
Name:
Anonymous2006-02-04 7:02
Reading through other people's code after hardly any experience with the language, it was immediately obvious what it did.
If you read every line of code, sure.
What I'd like is sane commenting. You know, a comment that indicates what each paragraph of code does. That way I don't need to get into the minutiae in order to have a general understanding of what is going on.
I couldn't help but have this hammered into my face while writing some adapters between zope3 and a few other third-party python programs. What a waste of my time, all because the authors were too lazy to properly comment. Considering I have deadlines to meet (and a life), it's not appreciated.