Bill Mill writes:
> I get the impression that many pythonistas don't like string
> interpolation. I've never seen a clear definition of why.
>From "import this":
Explicit is better than implicit.
And doesn't perl's method mean that you have to escape _every_
_single_ '$' in strings? I think having to escape '\' is bad enough.