Python Bytes Podcast Announces Major Leadership Transition as Co-Founder Brian Okken Steps Down After a Decade

The long-running technical podcast Python Bytes has officially entered a new era with the announcement of a permanent change to its co-hosting lineup, marking the end of a nearly ten-year partnership that helped define the Python community’s media landscape. Starting with episode 483 on June 9, 2026, Calvin Hendryx-Parker will join Michael Kennedy as the show’s permanent co-host, succeeding Brian Okken, who co-founded the program in late 2016. This transition represents a significant milestone for the production, which has served as a weekly staple for developers seeking to stay current with the rapidly evolving Python programming language and its vast ecosystem of libraries and tools.
The leadership change comes at a time when the Python programming language continues to dominate the global software development industry, consistently ranking at or near the top of the TIOBE Index and the Stack Overflow Developer Survey. Since its inception on November 7, 2016, Python Bytes has produced over 480 episodes, maintaining a rigorous weekly schedule that has seen the show evolve from a niche news digest into one of the most influential audio platforms for Python enthusiasts.
A Decade of Technical Discourse: The Legacy of Brian Okken
Brian Okken’s departure marks the end of an era for Python Bytes. As a co-founder, Okken was instrumental in establishing the show’s signature "short and fast" format. His contribution to the program was characterized by a unique professional perspective that often contrasted with the web-centric views of his co-host, Michael Kennedy. While Kennedy brought a background in web services and education, Okken’s career was rooted in the rigorous world of electronic test equipment for wireless communications.
Throughout his tenure, Okken leveraged his experience building code for oscilloscopes, spectrum analyzers, and satellite test systems to provide insights into Python’s application in hardware-adjacent environments. His professional duality—writing internal systems in C++ while testing them via Python APIs—offered listeners a perspective on software quality and testing that was both practical and deeply informed. This expertise culminated in Okken becoming a leading voice in the testing community, notably through his authorship of "Python Testing with pytest," a definitive text now in its second edition under the Pragmatic Bookshelf imprint.
In addition to his work on Python Bytes, Okken hosted the "Test & Code" podcast for ten years, producing 238 episodes that focused on software engineering best practices. While he is stepping back from his weekly duties at Python Bytes, Okken remains an active figure in the community. He continues to maintain the widely used pytest-check plugin, contributes to the testandcode.org platform, and is currently developing a new instructional resource titled "Lean TDD." His departure is described by the production team not as a retirement, but as a transition to new projects within the same ecosystem he helped build.
Introducing Calvin Hendryx-Parker: A New Perspective on Infrastructure and Cloud
The appointment of Calvin Hendryx-Parker as the new permanent co-host brings a different dimension to the show, one centered on high-level consultancy, cloud infrastructure, and the "terminal-first" developer experience. Hendryx-Parker is the co-founder and Chief Technology Officer of Six Feet Up, a Python consultancy established in 1999. With over 25 years of professional experience, he has overseen Python-based projects for high-profile clients including NASA, the United Nations Environment Programme, Capital One, and Purdue University.
Hendryx-Parker’s credentials extend into the cloud computing sector, where he was recognized as an AWS Community Hero in 2019. He has been a pivotal figure in regional community building, co-founding IndyPy and founding IndyAWS in Indiana. His technical philosophy is deeply rooted in efficiency and performance, often advocating for a "terminal-first" approach to development. This perspective is expected to influence the show’s coverage of developer tooling, particularly as the industry moves toward faster, Rust-powered tools like Ruff and uv.
As the creator of "Scaf," an open-source blueprint for deploying Django applications on Kubernetes, Hendryx-Parker brings a specialized understanding of deployment, operations, and security. His background as a consultant provides him with a broad view of diverse codebases and technology stacks, allowing him to distinguish between "bleeding-edge" trends and technologies that offer genuine long-term value for enterprise-level applications.
Chronology of the Python Bytes Evolution
The history of Python Bytes mirrors the explosive growth of the Python language itself. The following timeline outlines the key milestones of the podcast and the context of its recent transition:
- November 7, 2016: Michael Kennedy and Brian Okken launch Python Bytes. The show is designed to be a "bytes-sized" alternative to longer-form technical podcasts, focusing on weekly news items.
- 2017–2021: The podcast grows in tandem with Python’s rise in the fields of Data Science and Artificial Intelligence. The hosts introduce live recording sessions and a YouTube presence to engage with a growing international audience.
- 2022: Brian Okken releases the second edition of "Python Testing with pytest," solidifying the show’s reputation as a hub for testing expertise.
- 2024–2025: Calvin Hendryx-Parker appears as a frequent guest, establishing rapport with the audience and co-host Michael Kennedy through episodes such as "Scaf: Complete blueprint for new Python Kubernetes projects."
- June 9, 2026: Episode 483 is released, featuring the formal "handoff" from Brian Okken to Calvin Hendryx-Parker.
- June 2026 and Beyond: The "Next Generation" of Python Bytes begins, with a renewed focus on cloud infrastructure, developer productivity tools, and enterprise consultancy perspectives.
Supporting Data: The Growing Importance of Developer Media
The transition at Python Bytes occurs within a broader context of shifting trends in how developers consume information. According to industry data, the demand for curated technical content has risen as the volume of open-source packages has exploded. As of 2026, the Python Package Index (PyPI) hosts hundreds of thousands of projects, making it nearly impossible for individual developers to track significant updates manually.
Podcasts like Python Bytes serve as a critical filter in this environment. Internal metrics and community feedback indicate that the show’s primary value proposition lies in its ability to condense a week’s worth of development news into a 20-to-30-minute audio format. The inclusion of a host with Hendryx-Parker’s consultancy background is expected to enhance this filtering process, providing listeners with "field-tested" advice on which libraries are robust enough for production environments.
Furthermore, the rise of "Developer Experience" (DevEx) as a corporate priority has increased interest in the tooling discussions that are a hallmark of the show. With the advent of AI-assisted coding and high-performance package managers, the role of the "terminal-first" developer has seen a resurgence, aligning with Hendryx-Parker’s personal and professional ethos.
Official Responses and Community Reactions
In a statement regarding the transition, Michael Kennedy emphasized the importance of maintaining a diversity of viewpoints on the show. "What I valued most about Brian is that he came at Python from a completely different direction than I did," Kennedy noted. He further explained that Hendryx-Parker was selected not to replace Okken’s specific perspective, but to provide a "third distinct angle" on the Python world. Kennedy characterized the new lineup as the "next generation" of the program, intended to keep the content fresh and relevant for the next decade of development.
Calvin Hendryx-Parker expressed enthusiasm for his new role, highlighting his commitment to the Python community. "Because of the breadth of work we do with clients, we’re always experimenting with new technology, but we’re not chasing the bleeding edge for its own sake," Hendryx-Parker stated. He intends to bring this pragmatic, consultant-driven lens to the weekly news items selected for the show.
The community response has been largely celebratory of Okken’s ten-year run while expressing curiosity about the new direction. Long-time listeners have noted that the chemistry between Kennedy and Hendryx-Parker has already been proven in previous guest appearances, particularly in episode 484, "All our tools," which has been cited as a definitive example of the new duo’s technical synergy.
Broader Impact and Implications for the Python Ecosystem
The host transition at Python Bytes is more than a simple change in personnel; it reflects the maturation of the Python ecosystem. In 2016, the conversation was often about Python 2 to 3 migration and the establishment of basic testing frameworks. In 2026, the conversation has shifted toward cloud-native development, Kubernetes orchestration, and the integration of high-performance tools written in languages like Rust and Zig.
By bringing in a CTO of a major consultancy and an AWS Hero, Python Bytes is positioning itself to address the complexities of modern software architecture. The shift from a hardware-and-testing focus to an infrastructure-and-consultancy focus mirrors the path many organizations have taken as they move their Python workloads to the cloud.
The continuity of the podcast also highlights the stability of the Python community’s leadership. Despite the change in co-hosts, the show’s commitment to providing a weekly, objective, and factual news digest remains unchanged. This stability is vital for an industry that relies on consistent, high-quality information to maintain the security and efficiency of its global software infrastructure. As the "next generation" of Python Bytes unfolds, it is set to remain a cornerstone of developer education, bridging the gap between the latest technical innovations and their practical application in the real world.







