Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Enterprise Architecture Patterns with Python [Early Release]

    Posted By: tarantoga
    Enterprise Architecture Patterns with Python [Early Release]

    Harry Percival, Bob Gregory, "Enterprise Architecture Patterns with Python: How to Apply DDD, Ports and Adapters, and Enterprise Architecture Design Patterns in a Pythonic Way"
    ISBN: 1492052205 | 2020 | EPUB | 280 pages | 2 MB

    As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are now taking an interest in high-level software architecture patterns such as hexagonal/clean architecture, event-driven architecture, and strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn’t always straightforward.

    With this practical guide, Harry Percival and Bob Gregory from MADE.com introduce proven architectural design patterns to help Python developers manage application complexity. Each pattern is illustrated with concrete examples in idiomatic Python that explain how to avoid some of the unnecessary verbosity of Java and C# syntax. You’ll learn how to implement each of these patterns in a Pythonic way.

    Architectural design patterns include:

    Dependency inversion, and its links to ports and adapters (hexagonal/clean architecture)
    Domain-driven design’s distinction between entities, value objects, and aggregates
    Repository and Unit of Work patterns for persistent storage
    Events, commands, and the message bus
    Command Query Responsibility Segregation (CQRS)
    Event-driven architecture and reactive microservices