As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are taking an interest in high-level software design patterns such as hexagonal/clean architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven desig
Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices
β Scribed by Harry J.W. Percival, Bob Gregory
- Publisher
- O'Reilly Media
- Year
- 2020
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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
β¦ Subjects
Computers; Systems Architecture; General; Software Development & Engineering; Programming Languages; Python
π SIMILAR VOLUMES
<div><p>As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are taking an interest in high-level software design patterns such as hexagonal/clean architecture, event-driven architecture, and the strategic patterns prescribed by domain-driv
<div><p>As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are taking an interest in high-level software design patterns such as hexagonal/clean architecture, event-driven architecture, and the strategic patterns prescribed by domain-driv
Delve into the second edition to master serverless proficiency and explore new chapters on security techniques, multi-regional deployment, and optimizing observability. Key Features Gain insights from a seasoned CTO on best practices for designing enterprise-grade software systems Deepen your u
boundaries of your systemβs microservices? Have you been slowed down by the technical complexity of your codebase? Has your team been stepping on each otherβs toes? If your answers to any of these questions are yes, then applying Domain Driven Design to your microservices is likely to be useful to y