03156nam2 2200469 i 450 CFI004910020231121125430.020000705g1946 ||||0itac50 baitaitz01i xxxe z01nLibro terzoDella proprietà. -001CFI00150752001 Commentario del Codice civilea cura di Antonio Scialoja e Giuseppe Branca001CFI00491052001 Servitù predialiart. 1027-1099Giuseppe Branca001CFI00558132001 Del possesso, della denunzia di nuova opera e di danno temutoart. 1140-1172Francesco De Martino001FER00448032001 Comunione, condominio negli edificiart. 1100-1139Giuseppe Branca001MIL00883032001 Servitù predialiart. 1027-1099Giuseppe Branca001MIL01932472001 Beni in generale, proprietàFrancesco De MartinoBeni pubbliciRaffaele Restarielaborazione e aggiornamento del prof. Pietrangelo JaricciSuperficieGiovanni Pugliese001MIL01935812001 Comunione, condominio negli edificiart. 1100-1139Giuseppe Branca001MIL03509822001 Art. 957-1099EnfiteusiRomualdo TrifoneUsufrutto001MIL03847792001 Comunione, condominio negli edificiart. 1100-1139Giuseppe Branca001MIL04276082001 Art. 1100-1172Comunione, condominio negli edificiGiuseppe BrancaPossesso, denunzia di nuova opera e di danno temutoFrancesco de Martino001NAP01222002001 Art. 810-956: *Beni in generale, proprietàFrancesco De MartinoBeni pubbliciRaffaele RestaSuperficieGiovanni Pugliese001PUV04785602001 Del possessoDella denunzia di nuova opera e di danno temutoArt. 1140-1172Francesco De Martino001RAV02205392001 Comunione, condominio negli edificiGiuseppe BrancaPossesso, denunzia di nuova opera e di danno temutoFrancesco De Martino001TO000949732001 Servitù predialiart. 1027-1099Giuseppe Branca001TSA00289832001 Art. 957-1026EnfiteusiRomualdo Trifone*Usufrutto, uso, abitazioneFrancesco De Martino001UBO16897842001 Art. 810-956Francesco De Martino, Raffaele Resta, Giovanni Pugliese001UMC09229612001 Libro terzodella proprietàArt. 957 - 1099Romualdo Trifone, Francesco De Martino, Giuseppe BrancaITIT-0120000705IT-RM028 IT-RM0289 IT-FR0084 IT-RM0460 IT-RM0314 Biblioteca Universitaria AlessandrinaRM028 Biblioteca Statale A. BaldiniRM0289 Biblioteca Del Monumento Nazionale Di MontecassinoFR0084 Biblioteca Dell' Archivio Centrale Dello StatoRM0460 Biblioteca delle Infrastrutture e della mobilità sostenibiliRM0314 CFI004910016 01 04 25 27 31 53Libro terzo62089UNICAS06967nam 2200529 450 991080997940332120170919023118.01-78588-737-8(CKB)3710000000603731(EBL)4520787(MiAaPQ)EBC4520787(PPN)22020618X(CaSebORM)9781785888038(EXLCZ)99371000000060373120160707d2016 uy| 0engur|n|---|||||rdacontentrdamediardacarrierLearning Python design patterns leverage the power of Python design patterns to solve real-world problems in software architecture and design /Chetan Giridhar ; [foreword by Anand B. Pillai, board member, Python Software Foundation]2nd ed.Birmingham :Packt Publishing,2016.1 online resource (164 p.)Community experience distilledIncludes index.1-78588-803-X Cover ; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to Design Patterns ; Understanding object-oriented programming; Objects; Classes; Methods; Major aspects of object-oriented programming; Encapsulation; Polymorphism; Inheritance; Abstraction; Composition; Object-oriented design principles; The open/close principle; The inversion of control principle; The interface segregation principle; The single responsibility principle; The substitution principle; The concept of design patternsAdvantages of design patternsTaxonomy of design patterns; Context - the applicability of design patterns; Patterns for dynamic languages; Classifying patterns; Creational patterns:; Structural patterns; Behavioral patterns; Summary; Chapter 2: The Singleton Design Pattern ; Understanding the Singleton design pattern; Implementing a classical Singleton in Python; Lazy instantiation in the Singleton pattern; Module-level Singletons; The Monostate Singleton pattern; Singletons and metaclasses; A real-world scenario - the Singleton pattern, part 1A real-world scenario - the Singleton pattern, part 2Drawbacks of the Singleton pattern; Summary; Chapter 3: Factory Pattern - Building Factories to Create Objects ; Understanding the Factory pattern; The Simple Factory pattern; The Factory Method pattern; Implementing the Factory Method; Advantages of the Factory method pattern; The Abstract Factory pattern; Implementing the Abstract Factory pattern; The Factory Method versus Abstract Factory; Summary; Chapter 4: The Façade Pattern - Being Adaptive with Façade ; Understanding Structural design patternsUnderstanding the Façade design patternA UML class diagram; Façade; System; Client; Implementing the Façade pattern in the real world; The principle of least knowledge; Frequently asked questions; Summary; Chapter 5: The Proxy Pattern - Controlling Object Access ; Understanding the Proxy design pattern; A UML class diagram for the Proxy pattern; Understanding different types of Proxies; A virtual proxy; A remote proxy; A protective proxy; A smart proxy; The Proxy pattern in the real world; Advantages of the Proxy pattern; Comparing the Façade and Proxy patterns; Frequently asked questionsSummaryChapter 6: The Observer Pattern - Keeping Objects in the Know ; Introducing Behavioral patterns; Understanding the Observer design pattern; A UML class diagram for the Observer pattern; The Observer pattern in the real world; The Observer pattern methods; The pull model; The push model; Loose coupling and the Observer pattern; The Observer pattern - advantages and disadvantages; Frequently asked questions; Summary; Chapter 7: The Command Pattern - Encapsulating Invocation ; Introducing the Command pattern; Understanding the Command design patternA UML class diagram for the Command patternLeverage the power of Python design patterns to solve real-world problems in software architecture and design About This Book Understand the structural, creational, and behavioral Python design patterns Get to know the context and application of design patterns to solve real-world problems in software architecture, design, and application development Get practical exposure through sample implementations in Python v3.5 for the design patterns featured Who This Book Is For This book is for Software architects and Python application developers who are passionate about software design. It will be very useful to engineers with beginner level proficiency in Python and who love to work with Python 3.5 What You Will Learn Enhance your skills to create better software architecture Understand proven solutions to commonly occurring design issues Explore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle and the Open Close principle among others Delve into the object-oriented programming concepts and find out how they are used in software applications Develop an understanding of Creational Design Patterns and the different object creation methods that help you solve issues in software development Use Structural Design Patterns and find out how objects and classes interact to build larger applications Focus on the interaction between objects with the command and observer patterns Improve the productivity and code base of your application using Python design patterns In Detail With the increasing focus on optimized software architecture and design it is important that software architects think about optimizations in object creation, code structure, and interaction between objects at the architecture or design level. This makes sure that the cost of software maintenance is low and code can be easily reused or is adaptable to change. The key to this is reusability and low maintenance in design patterns. Building on the success of the previous edition, Learning Python Design Patterns, Second Edition will help you implement real-world scenarios with Python's latest release, Python v3.5. We start by introducing design patterns from the Python perspective. As you progress through the book, you will learn about Singleton patterns, Factory patterns, and Façade patterns in detail. After this, we'll look at how to control object access with proxy patterns. It also covers observer patterns, command patterns, a...Community experience distilled.Python (Computer program language)Software patternsPython (Computer program language)Software patterns.Giridhar Chetan1234845MiAaPQMiAaPQMiAaPQBOOK9910809979403321Learning Python design patterns3960122UNINA