May 2018
Intermediate to advanced
380 pages
9h 37m
English
The Secret Recipes of the Python Ninja provides an array of Python programming topics. Cody Jackson has detailed a comprehensive selection of recipes that cover a broad spectrum of topics.
The first two chapters cover numerous features of the Python ecosystem and Python interpreter. These topics are outside the narrow space of the language's syntax and semantics; they cover important topics of software installation, packaging, maintenance, and operation. It's helpful for ninjas working in a DevOps role to have these kinds of recipes at hand.
In chapters three, four, and six, Cody covers topics in the Python language and standard library, including a number of ways of using decorators, the collections module, and other widely used ...