The book begins with a concise tour of the Python programming language. As such, it is not
required that you know Python before picking up this book.
The code in this book will require you to run Python 2.7.x or higher. Python's default
interactive environment can also be used to run the snippets of code. In order to use other
third-party libraries, pip should be installed on your system
This book would appeal to Python developers. Basic knowledge of Python is preferred but
is not a requirement. No previous knowledge of computer concepts is assumed. Most of the
concepts are explained with everyday scenarios to make it very easy to understand.