The Real Python Podcast – Episode #293: Agentic Data Science Pair Programming With marimo pair
The Real Python Podcast episode #293 explores the integration of AI agents into data science workflows with marimo pair, a tool developed by the marimo team. Trevor Manz, a founding engineer at marimo, discusses how marimo pair enables agentic programming within notebooks by managing context and state. The episode covers setup, practical use cases like data wrangling, and future directions for AI-assisted data science.
- ▪Trevor Manz is a founding engineer at marimo working on integrating LLM tools into the platform.
- ▪marimo pair is an AI-powered tool that supports agentic data science pair programming within marimo notebooks.
- ▪marimo notebooks use a reactive programming model that eliminates hidden state, enabling reproducible code execution.
- ▪The episode demonstrates how marimo pair can assist with exploratory data analysis, data wrangling, and accessing external libraries.
- ▪A video course spotlight in the episode covers getting started with marimo notebooks.
Opening excerpt (first ~120 words) tap to expand
Episode 293: Agentic Data Science Pair Programming With marimo pair The Real Python Podcast May 01, 2026 1h 4m intermediate ai data-science podcast-player .shk { --shadow-body: unset; --shadow-body-mobile: unset; --background-body: #f6f6f6; --color-handle: rgb(108, 117, 125); --color-bar-played: rgb(108, 117, 125); --border: 1px solid #dee2e6; --border-radius: .25rem; } podcast-player .shk-player { border: var(--border); border-radius: var(--border-radius); overflow: hidden; } podcast-player .shk-cover { border-radius: var(--border-radius); } podcast-player .shk-artist, .shk-title { cursor: pointer; } podcast-player button:not(.shk-bar-handle):hover { background-color: rgb(220.875,220.875,220.875); } podcast-player .shk-title_wrap[data-overflow], .shk-title, .shk-title_wrap[data-overflow]…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Real Python.