I really liked this book. As an engineering student, it became imperative for me to study Data Structures and Algorithms. I started with Corman, but found it too dense for a first read. Since, I am quite well-versed with Python and since python reads like pseudo-code, I decided to find a book that teaches DSA with Python. This book fits the bill perfectly. And one of the better parts about this book as opposed to the other Python-DSA book that I read, is that the code-examples, here, use proper variable-names - which makes reading the code much more effortless. That is a real problem in the book, Mastering Basic Algorithms in Python Language.
Also, since the same authors have also written Data Structures and Algorithms in C++, I read the two books simultaneously. Due to similar book-structure, it became quite easy for me to quickly learn the same concepts in both the languages - which trust me, if you have to do yourself, takes too much time.