EUR 18,76
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
EUR 18,11
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 21,89
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
EUR 22,24
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
EUR 22,24
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
EUR 22,24
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
EUR 22,24
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
EUR 21,73
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 21,73
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 21,73
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 21,73
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 21,73
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Publicado por Hemant Jain 10/12/2023, 2023
ISBN 10: 9359801208 ISBN 13: 9789359801209
Idioma: Inglés
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 20,35
Convertir monedaCantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Design Patterns using Python 0.96. Book.
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 20,35
Convertir monedaCantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Design Patterns using Swift 0.99. Book.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 15,71
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 16,57
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
EUR 17,95
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 18,75
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 19,96
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
EUR 20,33
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
EUR 22,22
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 23,66
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
EUR 25,04
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Paperback. Design Patterns Using SwiftBy Hemant JainIn a world where most design pattern books are tailored for languages like C++ or Java, "Design Patterns Using Swift" stands out by harnessing the unique power and modern syntax of Swift. Swift, with its clean, expressive, and concise syntax, simplifies the implementation of design patterns, making them more intuitive and easier to apply. This book demonstrates how Swift can implement design patterns in a sophisticated, efficient manner, often requiring fewer lines of code while maintaining clarity and functionality.Beginning with an in-depth introduction to the core principles of design patterns, the book also covers the SOLID principles-a set of five essential guidelines for writing maintainable and scalable object-oriented code. From there, it delves into the 24 classic "Gang of Four" (GoF) design patterns, providing clear and concise Swift implementations for each. You'll explore: Creational Patterns: How objects are created, abstracted, and managed.Structural Patterns: How objects and classes are composed to form larger structures.Behavioral Patterns: How objects interact, communicate, and assign responsibilities.Beyond these, the book also explores Concurrency Patterns, which are critical for modern Swift development, and Architectural Patterns, helping you structure more scalable and maintainable applications. Additionally, there's a comprehensive discussion on Anti-Patterns, guiding you on how to avoid common design mistakes that can lead to suboptimal or problematic software."Design Patterns Using Swift" is your definitive guide to mastering design patterns in Swift. Whether you're an experienced developer looking to refine your skills or a beginner eager to understand the fundamentals, this book will give you the tools and knowledge to design more robust, efficient, and elegant software solutions.This book goes beyond just writing code-it's about designing with purpose. Unlock the full potential of Swift through the power of design patterns, and take your programming skills to the next level.About the AuthorHemant Jain is a seasoned software engineer with a passion for teaching and simplifying complex topics. With years of industry experience, he has authored several books and online courses on various programming subjects. His enthusiasm for Swift and design patterns inspired him to write this book, with the goal of helping developers unlock the full potential of both. Connect with Hemant on LinkedIn for updates on his latest projects and insights.For more information about the book or to place bulk orders, Explore the GitHub repositories for Hemant's books: Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
EUR 25,04
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Paperback. Design Patterns Using PythonBy Hemant JainIn a world where most design pattern books are focused on languages like C++ and Java, Design Patterns Using Python stands out by leveraging the simplicity and versatility of Python. With its clear and concise syntax, Python not only simplifies the implementation of design patterns but also makes them more intuitive and accessible. This book highlights how Python's dynamic capabilities can reduce the complexity of traditional patterns, often requiring fewer lines of code to achieve the same functionality.Design Patterns Using Python takes you on an enlightening journey through the world of software design patterns, demonstrating how to effectively implement them using Python. Beginning with a deep dive into the fundamental goals of design patterns and the SOLID principles, this book covers the 24 classic "Gang of Four" (GoF) patterns comprehensively. It categorizes patterns into: Creational PatternsLearn how to create objects in a manner that suits your system's needs, promoting flexibility and reuse. Patterns such as Singleton, Factory, and Builder are implemented with Python's unique advantages.Structural PatternsUnderstand how to compose classes and objects to form larger structures, ensuring your systems are scalable and maintainable. Key patterns like Adapter, Composite, and Proxy are explored with Python's powerful data structures.Behavioral PatternsMaster the communication and interaction between objects. Patterns like Observer, Command, and Strategy are implemented to show how Python's design can simplify code management and adaptability.Beyond the classic patterns, Design Patterns Using Python also delves into Concurrency Patterns and Architectural Patterns, critical for building high-performance, scalable applications. Additionally, the book emphasizes the significance of Anti-Patterns-common mistakes or ineffective approaches-and teaches how to recognize and avoid them.Why This Book?This book is not just about writing code; it's about designing software with purpose and clarity. It serves both experienced developers who want to enhance their design skills and newcomers eager to learn how to build more maintainable, efficient software from the ground up.By mastering these patterns, you'll gain the tools to: Write cleaner, more efficient Python codeCreate flexible, scalable applicationsBuild systems that are easier to maintain and extendAvoid common pitfalls and anti-patternsImplement industry-proven design strategiesWhether you're refining your coding skills or exploring design patterns for the first time, Design Patterns Using Python will empower you to design and develop better software with confidence. Unlock Python's potential as a design tool and elevate your programming to the next level. Bulk Order and Contact InformationFor bulk orders, visit: Explore more on GitHub: Don't just code-design with purpose. Empower your development journey with the right tools and best practices for crafting powerful Python applications! Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
EUR 25,04
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Paperback. Design Patterns Using Kotlin by Hemant JainIn a world dominated by design pattern books tailored for C++ or Java, Design Patterns Using Kotlin stands out by harnessing the power of Kotlin. With its clear and concise syntax, Kotlin simplifies the implementation and utilization of design patterns, making them more intuitive than ever.This book takes you on a journey that showcases how Kotlin can be employed to implement design patterns in a sophisticated and highly efficient manner, often with fewer lines of code.Beginning with a thorough exploration of the core goals of design patterns and the SOLID principles, this book delves into all 24 of the classic "Gang of Four" patterns, providing clear and concise Kotlin implementations for each. From Creational Patterns and Structural Patterns to Behavioral Patterns, we cover them all. We also explore Concurrency Patterns and Architectural Patterns, along with a discussion of the importance of recognizing Anti-Patterns.Design Patterns Using Kotlin is your definitive guide to mastering design patterns in the Kotlin programming language. Whether you're a seasoned developer looking to expand your repertoire or a newcomer eager to learn the ropes, this book will empower you to build better, more maintainable software with confidence.Don't just code - design with purpose. Unlock the potential of Kotlin and design patterns, and take your programming skills to the next level.Hemant Jain is a seasoned software engineer with a passion for teaching and sharing knowledge. With years of industry experience and a knack for simplifying complex concepts, Hemant has authored several books and online courses on various programming topics. His love for Kotlin and design patterns inspired him to write this book, and he hopes it will help readers harness the true potential of both.Connect with Hemant on LinkedIn: to stay updated on his latest projects and insights.For more information and bulk orders, visit: Explore related GitHub repositories: Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
EUR 40,36
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: New. New. book.
Librería: Lucky's Textbooks, Dallas, TX, Estados Unidos de America
EUR 15,31
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: dsmbooks, Liverpool, Reino Unido
EUR 50,97
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: New. New. book.
Librería: Grand Eagle Retail, Fairfield, OH, Estados Unidos de America
EUR 24,07
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Paperback. Design Patterns Using PythonBy Hemant JainIn a world where most design pattern books are focused on languages like C++ and Java, Design Patterns Using Python stands out by leveraging the simplicity and versatility of Python. With its clear and concise syntax, Python not only simplifies the implementation of design patterns but also makes them more intuitive and accessible. This book highlights how Python's dynamic capabilities can reduce the complexity of traditional patterns, often requiring fewer lines of code to achieve the same functionality.Design Patterns Using Python takes you on an enlightening journey through the world of software design patterns, demonstrating how to effectively implement them using Python. Beginning with a deep dive into the fundamental goals of design patterns and the SOLID principles, this book covers the 24 classic "Gang of Four" (GoF) patterns comprehensively. It categorizes patterns into: Creational PatternsLearn how to create objects in a manner that suits your system's needs, promoting flexibility and reuse. Patterns such as Singleton, Factory, and Builder are implemented with Python's unique advantages.Structural PatternsUnderstand how to compose classes and objects to form larger structures, ensuring your systems are scalable and maintainable. Key patterns like Adapter, Composite, and Proxy are explored with Python's powerful data structures.Behavioral PatternsMaster the communication and interaction between objects. Patterns like Observer, Command, and Strategy are implemented to show how Python's design can simplify code management and adaptability.Beyond the classic patterns, Design Patterns Using Python also delves into Concurrency Patterns and Architectural Patterns, critical for building high-performance, scalable applications. Additionally, the book emphasizes the significance of Anti-Patterns-common mistakes or ineffective approaches-and teaches how to recognize and avoid them.Why This Book?This book is not just about writing code; it's about designing software with purpose and clarity. It serves both experienced developers who want to enhance their design skills and newcomers eager to learn how to build more maintainable, efficient software from the ground up.By mastering these patterns, you'll gain the tools to: Write cleaner, more efficient Python codeCreate flexible, scalable applicationsBuild systems that are easier to maintain and extendAvoid common pitfalls and anti-patternsImplement industry-proven design strategiesWhether you're refining your coding skills or exploring design patterns for the first time, Design Patterns Using Python will empower you to design and develop better software with confidence. Unlock Python's potential as a design tool and elevate your programming to the next level. Bulk Order and Contact InformationFor bulk orders, visit: Explore more on GitHub: Don't just code-design with purpose. Empower your development journey with the right tools and best practices for crafting powerful Python applications! Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Librería: dsmbooks, Liverpool, Reino Unido
EUR 130,01
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: New. New. book.