Hacker News new | ask | show | jobs
by beaumartinez 5469 days ago
Try Dive Into Python 3[1] (although it deals with Python 3, it's more recent than the original Dive Into Python and a lot of what it teaches {to not say everything} is applicable to Python 2, and it touches on the potentially troublesome bytes-Unicode difference).

It's a good, well-informed, easy read.

[1] http://diveintopython3.org/