Fluent Python: Clear, Concise, and Effective Programming, Luciano Ramalho, 2022 (O'Reilly Media) - Offers a comprehensive examination of Python decorators, covering factory functions, class-based decorators, and their practical application.
Python Cookbook, David Beazley and Brian K. Jones, 2013 (O'Reilly Media) - Provides practical recipes and advanced techniques for implementing and combining decorators, including arguments and state management.