May 2022
Intermediate to advanced
710 pages
16h 41m
English
Python is a language that is easy to learn and anyone can get started with a “Hello, World!” script within minutes. Mastering Python, however, is a completely different question.
Every programming problem has multiple possible solutions and choosing the Pythonic (idiomatic Python) solution is not always obvious; it can also change with time. This book will not only illustrate a range of different and new techniques but also explain where and when a method should be applied. To quote The Zen of Python by Tim Peters:
“There should be one—and preferably only one—obvious way to do it. Although that way may not be obvious at first unless you’re Dutch.”
Even though it does not always help, the author of this book is actually Dutch.
This ...