Once you've mastered the basics of Python, how do you skill up to the top 1%? How do you focus your learning time on topics that yield the most benefit for production engineering and data teams—without getting distracted by info of little real-world use? This book answers these questions and more.
Based on author Aaron Maxwell's software engineering career in Silicon Valley, this unique book focuses on the Python first principles that act to accelerate everything the 5% of programming knowledge that makes the remaining 95% fall like dominos. It's also this knowledge that helps you become an exceptional Python programmer, fast.
Learn how to think like a explore advanced Pythonic thinkingCreate lists, dicts, and other data structures using a high-level, readable, and maintainable syntaxExplore higher-order function abstractions that form the basis of Python librariesExamine Python's metaprogramming tools for priceless patterns of code reuseMaster Python's error model and learn how to leverage it in your own codeLearn the more potent and advanced tools of Python's object systemTake a deep dive into Python's automated testing and TDDLearn how Python logging helps you troubleshoot and debug more quickly
Книга, вроде бы, и неплохая. Но название не совсем соответствует содержанию. Я думал, что тут будет что-то на продвинутом уровне. А оказалось, что вся информация, хотя и полезная, но является прописной истиной уже для среднего мидла. Поэтому это будет полезно лишь для джунов и начинающих мидлов.
This book did not waste my time :) The part that i really like is the decorator. The author gives the most crystal clear explanation for all the python books i read so far, really appreciate that. Also the logging. Other books i read on these topics tend to make me lost in details or too brief which i think nobody appreciate, especially for real-world developer using python.