|
This short book on Python descriptors is a collection of knowledge and ideas from many sources on dealing with and creating descriptors. And, after going through the things all descriptors have in common, the author explores ideas that have multiple ways of being implemented as well as completely new ideas never seen elsewhere before.
This truly is a comprehensive guide to creating Python descriptors. As a bonus: A pip install-able library, descriptor_tools, was written alongside this book and is an open source library on GitHub.
There aren't many good resources out there for writing Python descriptors, and extremely few books. This is a sad state of affairs, as it makes it difficult for Python developers to get a really good understanding of how descriptors work and the techniques to avoid the big gotchas associated with working with them.
What You Will Learn
-
Discover descriptor protocols
-
Master attribute access and how it applies to descriptors
-
Make descriptors and discover why you should
-
Store attributes
-
Create read-only descriptors and _delete()
-
Explore the descriptor classes
-
Apply the other uses of descriptors and more
Who This Book Is For
Experienced Python coders, programmers and developers.
|
|
|
 Compressed Image File Formats: JPEG, PNG, GIF, XBM, BMP (ACM Press) This comprehensive reference on the major graphics file formats and the compression technologies they employ is an indispensable resource for graphics programmers, especially those developing graphical applications for the Web.
Compressed Image File Formats: JPEG, PNG, GIF, XBM, BMP examines the most common... |  |  QoS and QoE Management in UMTS Cellular SystemsThis comprehensive volume provides state-of-the art guidance on Quality of Service (QoS) and Quality of end-user Experience (QoE) management in UMTS cellular systems, tackling planning, provisioning, monitoring and optimisation issues in a single accessible resource. In addition, a detailed discussion is provided on service applications, QoS... |  |  Mastering Turbo AssemblerWritten by nationally known, best-selling author Tom Swan, this book provides a complete introduction to programming as well as thorough coverage of intermediate and advanced topics.
Programmers are always arguing about which language is the best. Try to win C programmers over to Pascal and they'll tell you to go eat quiche. Try to get... |
|