Ronald Mak - Böcker
756 kr
Skickas inom 3-6 vardagar
Your Python projects work, yet scaling and maintenance still feel risky. Bug fixes spiral and new features break code you wrote last week. Professional design principles stop churn and keep teams moving with confidence. This book shows proven patterns, clearly explained in plain, modern Python. See messy “before” code refactored into clean, extendable, production-ready modules. Write software that your future self, and your colleagues, will actually love.
Iterative requirement analysis: Translate vague needs into precise, testable class responsibilities. Cohesion and coupling metrics: Keep modules focused while collaborating through stable, predictable interfaces. Decorator pattern usage: Enhance behavior without subclass explosions or tangled conditional logic. SOLID principles walkthrough: Spot smells early and refactor confidently before technical debt snowballs. Pythonic pattern catalog: Apply strategy, observer, factory, and more using idiomatic language constructs. Conversation sidebars: Get quick answers to common design questions right when you need them.Software Design for Python Programmers guides you with real-world, field-tested advice. Each chapter starts with flawed “before” code, then iteratively improves it using proven principles. Diagrams, talking-head sidebars, and refactoring checkpoints make every concept stick.
Finish able to craft maintainable architectures, write extensible classes, and communicate design choices with authority. Your codebase becomes an asset, not a liability.
Ideal for Python developers comfortable with syntax who crave professional-grade software design skills.
849 kr
Skickas inom 7-10 vardagar
130 kr
Skickas inom 7-10 vardagar
357 kr
Skickas inom 7-10 vardagar
Well-designed applications run more efficiently, have fewer bugs, and are easier to revise and maintain. Learn the fundamentals of Object-Oriented Design by investigating good and bad code.Using an engaging before-and-after approach, Object-Oriented Software Design in C++ shows you exactly what bad software looks like and how to fix it with good design principles and patterns. In it, you'll find:
Design-code-test iterations that improve code with each revision Gathering requirements to make sure you're developing the right application Design principles like encapsulation and delegation that solve programming problems Design patterns including Observer Design Pattern that fix architecture issues Using recursion and multithreading to simplify common solutions