This is the first time I read one of these programming books, but it was a fairly quick and easy read. I have some programming background, but with someone with less experience, this might be a fire hose of information. However, this book was meant to be a quick overview of many basics of Python.
Jake provides an overview of many of the very basic functions and syntax for Python. He provides examples of code to show how to do certain basic tasks in different ways. He describes the benefits of using one method over another. He describes operators, functions, modules/packages, loops. After this book, you'd be able to do some math problems and create numerical sequences.
This book does not go in depth, but it is essentially just a basic get-your-feet-wet tour of Python. You would still need other training to truly perform tasks in Python. Recommended for anyone who wants to get a better idea of the syntax, whether as a coding manager, a coder learning Python, a project manager, a coding recruiter, and others.