More Goto tech episodes

Clean Architecture with Python  Sam Keen & Max Kirchoff thumbnail

Clean Architecture with Python Sam Keen & Max Kirchoff

Published 13 Feb 2026

Duration: 2216

A podcast discusses applying Clean Architecture principles to Python development to manage dependencies and write clean, testable code.

Episode Description

This interview was recorded for the GOTO Book Club. http://gotopia.tech/bookclub Check out more here: https://gotopia.tech/episodes/418 Sam Keen - Fou...

Overview

The podcast covers Sam Keaton's book on Clean Architecture in Python, which focuses on managing dependencies in large, long-term codebases to avoid technical debt. The approach emphasizes applying architectural principles rather than relying on strict frameworks, taking advantage of Python's simplicity and pragmatic style. It utilizes Python-specific tools such as ABCs and protocols to structure code effectively and introduces a four-layer architecture: core domain, application, adoption, and framework. The book promotes the "strict inside, flexible outside" principle, which helps maintain clean and testable code by isolating domain logic from external dependencies.

To aid understanding, the book includes a companion to-do app available on GitHub, along with practical examples that demonstrate the concepts without overcomplicating the implementation. The discussion also addresses how clean architecture improves testability, reduces the need for extensive integration tests, and supports the test pyramid concept by emphasizing unit and component tests. Furthermore, the podcast considers the evolving role of AI in software development, suggesting a collaborative model where AI assists with boilerplate code while humans concentrate on domain modeling and architecture, reinforcing that deep domain understanding is essential for creating valuable software.

Recent Episodes of Goto tech

19 Jun 2026 Continuous Delivery in a World of Constant Change Abby Bangser & Dave Farley

Continuous delivery principles, AI's challenges in code generation, and the necessity of incrementalism, rigorous testing, and human validation in software development are emphasized, alongside critiques of AI's lack of precision and the push for structured validation in high-stakes systems.

16 Jun 2026 Go for Java Programmers Barry Feigenbaum & Shon Saliga

Go emphasizes simplicity, concurrency, and efficiency for lightweight applications through explicit error handling and goroutines, while Java offers a feature-rich, object-oriented framework with extensive libraries and inheritance for complex, general-purpose systems, each suited to distinct development priorities and domains.

12 Jun 2026 Engineering Leadership in Turbulent Times Sarah Wells, Pat Kua & Daniel Terhorst-North

The text contrasts technical leadership and management, highlighting leadership's emphasis on vision and team alignment with management's focus on systems and accountability, while exploring change strategies, frameworks like the "Three Threes Model," challenges in technical debt and cross-functional alignment, and the role of communication, culture, and adaptability in fostering innovation.

9 Jun 2026 Modern Concurrency in Java Bazlur Rahman & Michael Redlich

Modern Java concurrency explores the shift from traditional threads to virtual threads (JDK 21) and structured concurrency, emphasizing scalability for I/O-bound tasks, task management simplification, limitations in CPU-bound work, comparisons with reactive programming, adoption challenges, and the book's unification of knowledge around Project Loom and scoped values for intermediate developers.

5 Jun 2026 Roc & Zig: A Compiler Rewrite Story Anjana Vakil & Richard Feldman

The text covers Rock's evolution as a simplified, statically typed alternative to Elm with a Zig-based compiler, AI's expanding role in software development beyond automation, open-source challenges, education's shift toward conceptual understanding, and the tension between rapid AI-driven productivity and quality-focused project development.

More Goto tech episodes