Cargando…

Python descriptors : understanding and using the descriptor protocol /

Create descriptors and see ideas and examples of how to use descriptors effectively. In this short book, you'll explore descriptors in general, with a deep explanation of what descriptors are, how they work, and how they're used. Once you understand the simplicity of the descriptor protoco...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Zimmerman, Jacob (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, [2018]
Edición:Second edition.
Colección:ITpro collection
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1057376069
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 181018s2018 nyua ob 001 0 eng d
040 |a YDX  |b eng  |e rda  |e pn  |c YDX  |d GW5XE  |d EBLCP  |d YDX  |d OCLCF  |d UAB  |d UMI  |d STF  |d UKMGB  |d N$T  |d UPM  |d WAU  |d TOH  |d OCLCQ  |d VT2  |d G3B  |d CAUOI  |d YOU  |d LEAUB  |d K6U  |d MERER  |d UKAHL  |d COO  |d LQU  |d FVL  |d LEATE  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 019084628  |2 Uk 
019 |a 1057651356  |a 1061561923  |a 1077737449  |a 1081234298  |a 1085186144  |a 1085520951  |a 1086478211  |a 1086571754  |a 1100618067  |a 1103266971  |a 1105185552  |a 1105721741  |a 1111075600  |a 1122846843 
020 |a 9781484237274  |q (electronic book) 
020 |a 1484237277  |q (electronic book) 
020 |a 9781484237281  |q (print) 
020 |a 1484237285 
020 |z 1484237269 
020 |z 9781484237267 
024 7 |a 10.1007/978-1-4842-3727-4  |2 doi 
024 8 |a 10.1007/978-1-4842-3 
027 |a SPRINTER 
029 1 |a AU@  |b 000064427121 
029 1 |a AU@  |b 000065067237 
029 1 |a AU@  |b 000065195342 
029 1 |a AU@  |b 000065209461 
029 1 |a AU@  |b 000066233109 
029 1 |a AU@  |b 000067501962 
029 1 |a AU@  |b 000068979435 
029 1 |a CHNEW  |b 001073865 
029 1 |a CHVBK  |b 579466698 
029 1 |a UKMGB  |b 019084628 
035 |a (OCoLC)1057376069  |z (OCoLC)1057651356  |z (OCoLC)1061561923  |z (OCoLC)1077737449  |z (OCoLC)1081234298  |z (OCoLC)1085186144  |z (OCoLC)1085520951  |z (OCoLC)1086478211  |z (OCoLC)1086571754  |z (OCoLC)1100618067  |z (OCoLC)1103266971  |z (OCoLC)1105185552  |z (OCoLC)1105721741  |z (OCoLC)1111075600  |z (OCoLC)1122846843 
037 |a CL0501000005  |b Safari Books Online 
050 4 |a QA76.73.P98  |b Z56 2018 
072 7 |a COM  |x 051360  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMX  |2 thema 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Zimmerman, Jacob,  |e author. 
245 1 0 |a Python descriptors :  |b understanding and using the descriptor protocol /  |c Jacob Zimmerman. 
250 |a Second edition. 
264 1 |a [New York] :  |b Apress,  |c [2018] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 0 |a ITpro collection 
504 |a Includes bibliographical references and index. 
588 0 |a Online resource; title from digital title page (viewed on November 07, 2018). 
505 0 |a Introduction; Part I: About descriptors; Chapter 1: What is a descriptor?; Chapter 2: The descriptor protocol; Chapter 3: What are descriptors good for?; Chapter 4: Descriptors in the standard library; Chapter 5: Attribute access and descriptors; Part II: Making descriptors; Chapter 6: Which methods are needed?; Chapter 7: Storing the attributes' Chapter 8: Read-only descriptors; Chapter 9: Writing -- delete -- (); Chapter 10: Descriptors are classes too; Chapter 11: Reusing the wheel; Chapter 12: Instance-level descriptors; Chapter 13: Other uses of descriptors in the world. 
520 |a Create descriptors and see ideas and examples of how to use descriptors effectively. In this short book, you'll explore descriptors in general, with a deep explanation of what descriptors are, how they work, and how they're used. Once you understand the simplicity of the descriptor protocol, the author delves into using and creating descriptors in practice, with plenty of tips, patterns, and real-world guidance. Because descriptors are inherently flexible, you'll work with multiple examples illustrating how to best take advantage of them. This second edition includes additions throughout, including new material covering the set_name_() descriptors, new and improved flowcharts to explain the inner workings of descriptors, and a completely new chapter to address instance-level attributes, the easiest way to create descriptors correctly the first time. Although brief, Python Descriptors is a comprehensive guide to creating Python descriptors, including a pip install-able library called descriptor_tools, which was written alongside this book and is an open source library on GitHub. After reading this book, you will have a solid understanding of how descriptors work and the techniques to avoid the big gotchas associated with working with them. You will: Discover descriptor protocols Master attribute access and how it applies to descriptors Build your own descriptors Use descriptors to store attributes Create read-only descriptors Explore the descriptor classes Apply the other uses of descriptors. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 6 |a Python (Langage de programmation) 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Computers  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Computers  |x Programming  |x General.  |2 bisacsh 
650 7 |a Computers  |x Programming Languages  |x Python.  |2 bisacsh 
650 7 |a Python (Computer program language)  |2 fast  |0 (OCoLC)fst01084736 
776 0 8 |i Print version:  |a Zimmerman, Jacob.  |t Python descriptors.  |b Second edition.  |d [New York] : Apress, [2018]  |z 1484237269  |z 9781484237267  |w (OCoLC)1033533838 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484237274/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35552247 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5548664 
938 |a EBSCOhost  |b EBSC  |n 1910301 
938 |a YBP Library Services  |b YANK  |n 15758315 
994 |a 92  |b IZTAP