Please use this identifier to cite or link to this item:
http://localhost/handle/Hannan/602
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Zimmerman, Jacob. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:19:26Z | - |
dc.date.available | 2020-05-17T08:19:26Z | - |
dc.date.issued | 2018 | en_US |
dc.identifier.isbn | 9781484237274 ; | en_US |
dc.identifier.isbn | 9781484237267 (print) ; | en_US |
dc.identifier.isbn | 9781484237281 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/602 | - |
dc.description | en_US | |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | Printed edition: ; 9781484237267. ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484237281. ; | en_US |
dc.description | en_US | |
dc.description.abstract | Create descriptors and see ideas and examples of how to use descriptors effectively. In this short book, youeell 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, youeell 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 . ; | en_US |
dc.description.statementofresponsibility | by Jacob Zimmerman. | en_US |
dc.description.tableofcontents | Part I: About Descriptors -- Chapter 1: What Is a Descriptore -- Chapter 2: The Descriptor Protocol -- Chapter 3: What Are Descriptors Good Fore -- Chapter 4: Descriptors in the Standard Library -- Chapter 5: Attribute Access and Descriptors -- Part II: Making Descriptors -- Chapter 6: Which Methods Are Needede -- Chapter 7: Storing the Attributes -- Chapter 8: Read-Only Descriptors -- Chapter 9: Writing __delete__() -- Chapter 10: Descriptors are Classes To -- Chapter 11: Reusing the Wheel -- Chapter 12: Instance-Level Descriptors -- Chapter 13: Other Uses of Descriptors in the World. ; | en_US |
dc.format.extent | XIV, 97 p. 4 illus. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484237267.pdf | en_US |
dc.subject | Python (Computer program language). ; | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Python. ; http://scigraph.springernature.com/things/product-market-codes/I29080. ; | en_US |
dc.subject | Programming Languages and Compilers and Interpreters | en_US |
dc.subject | Programming Techniques. ; http://scigraph.springernature.com/things/product-market-codes/I14010. ; | en_US |
dc.subject.ddc | 005.133 ; 23 ; | en_US |
dc.subject.lcc | QA76.73.P98 ; | en_US |
dc.title | Python Descriptors | en_US |
dc.title.alternative | Understanding and Using the Descriptor Protocol / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
dc.date.edition | 2nd ed. ; | en_US |
Appears in Collections: | مدیریت فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484237267.pdf | 1.37 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Zimmerman, Jacob. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:19:26Z | - |
dc.date.available | 2020-05-17T08:19:26Z | - |
dc.date.issued | 2018 | en_US |
dc.identifier.isbn | 9781484237274 ; | en_US |
dc.identifier.isbn | 9781484237267 (print) ; | en_US |
dc.identifier.isbn | 9781484237281 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/602 | - |
dc.description | en_US | |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | Printed edition: ; 9781484237267. ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484237281. ; | en_US |
dc.description | en_US | |
dc.description.abstract | Create descriptors and see ideas and examples of how to use descriptors effectively. In this short book, youeell 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, youeell 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 . ; | en_US |
dc.description.statementofresponsibility | by Jacob Zimmerman. | en_US |
dc.description.tableofcontents | Part I: About Descriptors -- Chapter 1: What Is a Descriptore -- Chapter 2: The Descriptor Protocol -- Chapter 3: What Are Descriptors Good Fore -- Chapter 4: Descriptors in the Standard Library -- Chapter 5: Attribute Access and Descriptors -- Part II: Making Descriptors -- Chapter 6: Which Methods Are Needede -- Chapter 7: Storing the Attributes -- Chapter 8: Read-Only Descriptors -- Chapter 9: Writing __delete__() -- Chapter 10: Descriptors are Classes To -- Chapter 11: Reusing the Wheel -- Chapter 12: Instance-Level Descriptors -- Chapter 13: Other Uses of Descriptors in the World. ; | en_US |
dc.format.extent | XIV, 97 p. 4 illus. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484237267.pdf | en_US |
dc.subject | Python (Computer program language). ; | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Python. ; http://scigraph.springernature.com/things/product-market-codes/I29080. ; | en_US |
dc.subject | Programming Languages and Compilers and Interpreters | en_US |
dc.subject | Programming Techniques. ; http://scigraph.springernature.com/things/product-market-codes/I14010. ; | en_US |
dc.subject.ddc | 005.133 ; 23 ; | en_US |
dc.subject.lcc | QA76.73.P98 ; | en_US |
dc.title | Python Descriptors | en_US |
dc.title.alternative | Understanding and Using the Descriptor Protocol / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
dc.date.edition | 2nd ed. ; | en_US |
Appears in Collections: | مدیریت فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484237267.pdf | 1.37 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Zimmerman, Jacob. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:19:26Z | - |
dc.date.available | 2020-05-17T08:19:26Z | - |
dc.date.issued | 2018 | en_US |
dc.identifier.isbn | 9781484237274 ; | en_US |
dc.identifier.isbn | 9781484237267 (print) ; | en_US |
dc.identifier.isbn | 9781484237281 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/602 | - |
dc.description | en_US | |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | Printed edition: ; 9781484237267. ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484237281. ; | en_US |
dc.description | en_US | |
dc.description.abstract | Create descriptors and see ideas and examples of how to use descriptors effectively. In this short book, youeell 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, youeell 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 . ; | en_US |
dc.description.statementofresponsibility | by Jacob Zimmerman. | en_US |
dc.description.tableofcontents | Part I: About Descriptors -- Chapter 1: What Is a Descriptore -- Chapter 2: The Descriptor Protocol -- Chapter 3: What Are Descriptors Good Fore -- Chapter 4: Descriptors in the Standard Library -- Chapter 5: Attribute Access and Descriptors -- Part II: Making Descriptors -- Chapter 6: Which Methods Are Needede -- Chapter 7: Storing the Attributes -- Chapter 8: Read-Only Descriptors -- Chapter 9: Writing __delete__() -- Chapter 10: Descriptors are Classes To -- Chapter 11: Reusing the Wheel -- Chapter 12: Instance-Level Descriptors -- Chapter 13: Other Uses of Descriptors in the World. ; | en_US |
dc.format.extent | XIV, 97 p. 4 illus. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484237267.pdf | en_US |
dc.subject | Python (Computer program language). ; | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Python. ; http://scigraph.springernature.com/things/product-market-codes/I29080. ; | en_US |
dc.subject | Programming Languages and Compilers and Interpreters | en_US |
dc.subject | Programming Techniques. ; http://scigraph.springernature.com/things/product-market-codes/I14010. ; | en_US |
dc.subject.ddc | 005.133 ; 23 ; | en_US |
dc.subject.lcc | QA76.73.P98 ; | en_US |
dc.title | Python Descriptors | en_US |
dc.title.alternative | Understanding and Using the Descriptor Protocol / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
dc.date.edition | 2nd ed. ; | en_US |
Appears in Collections: | مدیریت فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484237267.pdf | 1.37 MB | Adobe PDF | Preview File |