Cargando…

Mastering Python design patterns : create various design patterns to master the art of solving problems using Python /

This book is for Python programmers with an intermediate background and an interest in design patterns implemented in idiomatic Python. Programmers of other languages who are interested in Python can also benefit from this book, but it would be better if they first read some introductory materials t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kasampalis, Sakis (Autor)
Formato: Electrónico eBook
Idioma:Alemán
Inglés
Publicado: Birmingham [England] ; Mumbai [India] : Packt Publishing, 2015.
Colección:Community experience distilled
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Factory Pattern; Factory Method; A real-life example; A software example; Use cases; Implementation; Abstract Factory; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 2: The Builder Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 3: The Prototype Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 4: The Adapter Pattern; A real-life example
  • A software exampleUse cases; Implementation; Summary; Chapter 5: The Decorator Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 6: The Facade Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 7: The Flyweight Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 8: The Model-View-Controller Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 9: The Proxy Pattern; A real-life example; A software example; Use cases
  • ImplementationSummary; Chapter 10: The Chain of Responsibility Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 11: The Command Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 12: The Interpreter Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 13: The Observer Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Chapter 14: The State Pattern; A real-life example; A software example; Use cases; Implementation; Summary
  • Chapter 15: The Strategy PatternA real-life example; A software example; Use cases; Implementation; Summary; Chapter 16: The Template Pattern; A real-life example; A software example; Use cases; Implementation; Summary; Index