Rich Edelman writes: > Can anyone suggest a good Python book? I'm thinking of starting with Learning > Python and going from there. I'll be doing some stuff with Python at work in > the future, and with the latest discussions on the list about a new distro, I > figure it's time to pick up another language. If you already know how to program, I like Beazley's _Python Essential Reference_ for its compactness. If you want lots of example code, though, it's not for you. Mike