A good book explain many useful things for intermediate learners, clear many hazy for beginners!
I find some chapter very useful like:
String chapter: explaining encoding ascii, unicode, utfs, bytes & string in python!
Regular Expressions chapter.
Packaging: for anyone who want to know more about creating setup files, modules...
Porting Code to Python 3 with 2to3: this is my favorite chapter, I was start learning python2, then when I came to python3 this chapter clear many differences between the two version.
Special Method Names: another great chapter for knowing magic methods! that flow in understanding classes more.