For those who know the basics of object-oriented Python this book is a must-have. With 750 code samples and a relaxed tutorial approach, its the seamless route to more sophisticated programming. Overview Create applications with flexible logging, powerful configuration and command-line options, automated unit tests, and good documentation. Use the Python special methods to integrate seamlessly with built-in features and the standard library Design classes to support object persistence in JSON, YAML, Pickle, CSV, XML, Shelve, and SQL In Detail This practical example-oriented guide will teach you advanced concepts of object-oriented programming in Python. This book will present detailed examples of almost all of the special method names that support ...