Muutke küpsiste eelistusi

E-raamat: Software Design for Python Programmers: Principles and patterns

  • Formaat: EPUB+DRM
  • Ilmumisaeg: 24-Feb-2026
  • Kirjastus: Manning Publications
  • Keel: eng
  • ISBN-13: 9781638357834
  • Formaat - EPUB+DRM
  • Hind: 42,06 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: EPUB+DRM
  • Ilmumisaeg: 24-Feb-2026
  • Kirjastus: Manning Publications
  • Keel: eng
  • ISBN-13: 9781638357834

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Design principles and patterns for building better Python software.

Great Python applications take advantage of established design principles and patterns that maximize performance, maintainability, and reliability. Software Design in Python shows you how to build on your Python coding skills by mastering the practices of great software design! Following intuitive “before” and “after” examples of improved code, you’ll learn to plan and execute Python applications effectively and avoid bugs associated with unmanaged state, poorly-formed classes, inflexible functions, and more.

In Software Design in Python, you’ll learn how to:

 • Acquire and analyze application requirements
 • Create well-designed applications through iterative development
 • Design Python classes with high cohesion and loose coupling
 • Implement Python decorators to enhance class properties, abstraction, and method functionality
 • Apply industry-standard design principles to improve code structure and maintainability
 • Identify appropriate design patterns to solve complex software design challenges

Software Design in Python teaches you to apply tried-and-tested object-oriented design principles to your Python code. The examples in this guide are simple, clear, and accessible. All examples are in Python, although most of the techniques will apply to any object-oriented language. You’ll solve common architecture problems, and discover the “Pythonic” way to implement encapsulation, implementation-hiding, method overloading, and more.

About the book

Software Design in Python helps you build software like the pros. In clear, jargon-free language it lays out the object-oriented design principles, practices, and patterns that you need to know to build scalable and maintainable applications. Throughout, you’ll find intuitive “before” and “after” examples that show you what bad code looks like, and how to fix it with the right pattern. Conversation sidebars feature engaging talking heads that ask-and-answer common questions. If you know the basics of Python code and are ready to make the leap to building software, this book will be the patient and insightful mentor you need!

About the reader

For programmers comfortable with Python syntax. No experience with object-oriented software design required.

About the author

Ronald Mak is a former NASA senior scientist. Currently, he teaches data science and computer science at San Jose State University. He is the author of Object-Oriented Software Design in C++.

Get a free eBook (PDF or ePub) from Manning as well as access to the online liveBook format (and its AI assistant that will answer your questions in any language) when you purchase the print book.

Arvustused

Every developer designs software, but few have a design process, and fewer still have a set of core principles to guide that process. This is a critical skillset that is lacking among most software developers. I think it's an absolutely essential book that fills a critical need. Robert Nicholson, Independent Consultant 





The book does a great job of making complex software design principles accessible. The use of examples, diagrams, and real-world scenarios helps simplify the concepts, making them easier to grasp, especially for those new to the subject. Shantanu Kumar, Senior Software Engineer, Amazon

PART 1: INTRODUCTION 

1 THE PATH TO WELL-DESIGNED SOFTWARE 

2 ITERATE TO ACHIEVE GOOD DESIGN 

PART 2: DESIGN THE RIGHT APPLICATION 

3 GET REQUIREMENTS TO BUILD THE RIGHT APPLICATION 

4 GOOD CLASS DESIGN TO BUILD THE APPLICATION RIGHT 

PART 3: DESIGN THE APPLICATION RIGHT 

5 HIDE CLASS IMPLEMENTATIONS  

6 DON'T SURPRISE YOUR USERS 

7 DESIGN SUBCLASSES RIGHT 

PART 4: DESIGN PATTERNS SOLVE APPLICATION ARCHITECTURE PROBLEMS 

8 THE TEMPLATE METHOD AND STRATEGY DESIGN PATTERNS 

9 THE FACTORY METHOD AND THE ABSTRACT FACTORY DESIGN PATTERNS 

10 THE ADAPTER AND FAÇADE DESIGN PATTERNS 

11 THE ITERATOR AND VISITOR DESIGN PATTERNS 

12 THE OBSERVER DESIGN PATTERN 

13 THE STATE DESIGN PATTERN 

14 THE SINGLETON, COMPOSITE, AND DECORATOR DESIGN PATTERNS 

PART 5: ADDITIONAL DESIGN TECHNIQUES 

15 DESIGNING SOLUTIONS WITH RECURSION AND BACKTRACKING 

16 DESIGNING MULTITHREADED PROGRAMS 
Ronald Mak is a former NASA senior scientist and professor known for translating complex design into practical skills. With decades leading aerospace and financial software projects, Ronald brings clarity, warmth, and real-world lessons to every page. He distills proven object-oriented principles into Python examples that help readers write maintainable, scalable code.