About the book:

  • Author: Dan Bader
  • ISBN: 9781775093305 (paperback)
  • ISBN: 9781775093312 (electronic)

Summery:

This book gives some basic tips for python beginners, so like a flower from each field. Actually not each field, but the very basic very well known fields: assert, dunders, args & kwargs, data structures, loops.

Highlights:

7.4 The Craziest Dict Expression in the West

>>> {True: 'yes', 1: 'no', 1.0: 'maybe'}
{True: 'maybe'}

Opinion

I found myself just flipping through pages rather than reading the book, all seemed very basic and shallow. Don’t get me wrong, it is well organizsed and formatted, but targeted for people who just started doing python, maybe followed the first tutorial, or had their first week playing with the language.

Conclusion:

  • Level: Entry
  • I would never recommend it for anyone who had even one month doing python.