Talk Python To Me

Detalhes do canal

Talk Python To Me

Talk Python To Me

Criador: Michael Kennedy

Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists doing amazing things with Python. If you're new to Python, you'll quickly lear...

EN-US Estados Unidos Tecnologia

Episódios recentes

551 episódios
#552: Astral joins OpenAI

#552: Astral joins OpenAI

OpenAI just acquired Astral, the company behind uv, Ruff, and ty. And if your first thought was "wait, is uv toast?", you are not alone. But here's th...

2026-06-17 16:20:03 3908
Baixar
#551: Stroll Down Startup Lane - 2026

#551: Stroll Down Startup Lane - 2026

If you've ever been to PyCon, you know one of the best parts of the expo hall is Startup Row, a stretch of booths where early-stage companies built on...

2026-06-11 21:16:11 6534
Baixar
#550: AI Contributions and Maintainer Load in Open Source

#550: AI Contributions and Maintainer Load in Open Source

You wake up, brew the coffee, open GitHub, and there it is. Another pull request on your open source project. Thirteen thousand lines added. No issue...

2026-05-30 16:43:47 3762
Baixar
#549: Great Docs

#549: Great Docs

Your documentation has two audiences now - humans reading the rendered HTML, and AI agents trying to make sense of your library. Rich Iannone and Mich...

2026-05-25 23:11:29 4020
Baixar
#548: Event Sourcing Design Pattern

#548: Event Sourcing Design Pattern

What if your database worked more like Git? Every change captured as an immutable event you can replay, instead of a single mutating row that quietly...

2026-05-11 17:36:29 4129
Baixar
#547: Parallel Python at Any Scale with Ray

#547: Parallel Python at Any Scale with Ray

When OpenAI trained GPT-3, they didn't roll their own orchestration layer. They used Ray, an open source Python framework born out of the same Berkele...

2026-05-06 21:40:14 3556
Baixar
#546: Self hosting apps for Python people

#546: Self hosting apps for Python people

The cloud is convenient until it isn't. You upload your photos, sync your contacts, click through the cookie banners. Then prices go up again or you r...

2026-04-27 20:53:07 3792
Baixar
#545: OWASP Top 10 (2025 List) for Python Devs

#545: OWASP Top 10 (2025 List) for Python Devs

The OWASP Top 10 just got a fresh update, and there are some big changes: supply chain attacks, exceptional condition handling, and more. Tanya Janca...

2026-04-16 21:24:50 3963
Baixar
#544: Wheel Next + Packaging PEPs

#544: Wheel Next + Packaging PEPs

When you pip install a package with compiled code, the wheel you get is built for CPU features from 2009. Want newer optimizations like AVX2? Your ins...

2026-04-10 17:56:54 4277
Baixar
#543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate

#543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate

When you type a question into ChatGPT, the model only has what you typed to work with. But tools like Claude Code can plan, iterate, test, and recover...

2026-04-01 18:20:51 3833
Baixar
#542: Zensical - a modern static site generator

#542: Zensical - a modern static site generator

If you've built documentation in the Python ecosystem, chances are you've used Martin Donath's work. His Material for MKDocs powers docs for FastAPI,...

2026-03-25 20:55:16 3843
Baixar
#541: Monty - Python in Rust for AI

#541: Monty - Python in Rust for AI

When LLMs write code to accomplish a task, that code has to actually run somewhere. And right now, the options aren't great. Spin up a sandboxed conta...

2026-03-19 19:38:50 3944
Baixar
#540: Modern Python monorepo with uv and prek

#540: Modern Python monorepo with uv and prek

Monorepos -- you've heard the talks, you've read the blog posts, maybe you've seen a few tantalizing glimpses into how Google or Meta organize their m...

2026-03-13 21:17:50 3733
Baixar
#539: Catching up with the Python Typing Council

#539: Catching up with the Python Typing Council

You're adding type hints to your Python code, your editor is happy, autocomplete is working great. But then you switch tools and suddenly there are re...

2026-03-06 16:58:04 3701
Baixar
#538: Python in Digital Humanities

#538: Python in Digital Humanities

Digital humanities sounds niche, until you realize it can mean a searchable archive of U.S. amendment proposals, Irish folklore, or pigment science in...

2026-02-28 21:28:36 4347
Baixar
#537: Datastar: Modern web dev, simplified

#537: Datastar: Modern web dev, simplified

You love building web apps with Python, and HTMX got you excited about the hypermedia approach -- let the server drive the HTML, skip the JavaScript b...

2026-02-21 20:36:58 4597
Baixar
#536: Fly inside FastAPI Cloud

#536: Fly inside FastAPI Cloud

You've built your FastAPI app, it's running great locally, and now you want to share it with the world. But then reality hits -- containers, load bala...

2026-02-10 23:17:41 4020
Baixar
#535: PyView: Real-time Python Web Apps

#535: PyView: Real-time Python Web Apps

Building on the web is like working with the perfect clay. It’s malleable and can become almost anything. But too often, frameworks try to hide the we...

2026-01-23 19:29:41 4076
Baixar
#534: diskcache: Your secret Python perf weapon

#534: diskcache: Your secret Python perf weapon

Your cloud SSD is sitting there, bored, and it would like a job. Today we’re putting it to work with DiskCache, a simple, practical cache built on SQL...

2026-01-13 05:32:21 4440
Baixar
#533: Web Frameworks in Prod by Their Creators

#533: Web Frameworks in Prod by Their Creators

Today on Talk Python, the creators behind FastAPI, Flask, Django, Quart, and Litestar get practical about running apps based on their framework in pro...

2026-01-05 08:00:00 3718
Baixar
#532: 2025 Python Year in Review

#532: 2025 Python Year in Review

Python in 2025 is in a delightfully refreshing place: the GIL's days are numbered, packaging is getting sharper tools, and the type checkers are multi...

2025-12-29 08:00:00 4712
Baixar
#531: Talk Python in Production

#531: Talk Python in Production

See the full show notes for this episode on the website at talkpython.fm/531

2025-12-18 08:00:00 4873
Baixar
#530: anywidget: Jupyter Widgets made easy

#530: anywidget: Jupyter Widgets made easy

See the full show notes for this episode on the website at talkpython.fm/530

2025-12-13 08:00:00 4281
Baixar
#529: Computer Science from Scratch

#529: Computer Science from Scratch

See the full show notes for this episode on the website at talkpython.fm/529

2025-12-03 08:00:00 4620
Baixar
#528: Python apps with LLM building blocks

#528: Python apps with LLM building blocks

See the full show notes for this episode on the website at talkpython.fm/528

2025-11-30 08:00:00 4606
Baixar
#527: MCP Servers for Python Devs

#527: MCP Servers for Python Devs

See the full show notes for this episode on the website at talkpython.fm/527

2025-11-10 08:00:00 3985
Baixar
#526: Building Data Science with Foundation LLM Models

#526: Building Data Science with Foundation LLM Models

See the full show notes for this episode on the website at talkpython.fm/526

2025-11-01 07:00:00 4044
Baixar
#525: NiceGUI Goes 3.0

#525: NiceGUI Goes 3.0

See the full show notes for this episode on the website at talkpython.fm/525

2025-10-27 07:00:00 4666
Baixar
#524: 38 things Python developers should learn in 2025

#524: 38 things Python developers should learn in 2025

See the full show notes for this episode on the website at talkpython.fm/524

2025-10-20 08:00:00 4155
Baixar
#523: Pyrefly: Fast, IDE-friendly typing for Python

#523: Pyrefly: Fast, IDE-friendly typing for Python

See the full show notes for this episode on the website at talkpython.fm/523

2025-10-13 08:00:00 4020
Baixar
#522: Data Sci Tips and Tricks from CodeCut.ai

#522: Data Sci Tips and Tricks from CodeCut.ai

See the full show notes for this episode on the website at talkpython.fm/522

2025-10-06 08:00:00 4172
Baixar
#521: Red Teaming LLMs and GenAI with PyRIT

#521: Red Teaming LLMs and GenAI with PyRIT

See the full show notes for this episode on the website at talkpython.fm/521

2025-09-29 08:00:00 3760
Baixar
#520: pyx - the other side of the uv coin (announcing pyx)

#520: pyx - the other side of the uv coin (announcing pyx)

See the full show notes for this episode on the website at talkpython.fm/520

2025-09-23 08:00:00 3611
Baixar
#519: Data Science Cloud Lessons at Scale

#519: Data Science Cloud Lessons at Scale

See the full show notes for this episode on the website at talkpython.fm/519

2025-09-18 08:00:00 3776
Baixar
#518: Celebrating Django's 20th Birthday With Its Creators

#518: Celebrating Django's 20th Birthday With Its Creators

See the full show notes for this episode on the website at talkpython.fm/518

2025-08-29 08:00:00 4093
Baixar
#517: Agentic Al Programming with Python

#517: Agentic Al Programming with Python

See the full show notes for this episode on the website at talkpython.fm/517

2025-08-22 08:00:00 4621
Baixar
#516: Accelerating Python Data Science at NVIDIA

#516: Accelerating Python Data Science at NVIDIA

See the full show notes for this episode on the website at talkpython.fm/516

2025-08-19 08:00:00 3942
Baixar
#515: Durable Python Execution with Temporal

#515: Durable Python Execution with Temporal

See the full show notes for this episode on the website at talkpython.fm/515

2025-08-11 08:00:00 4254
Baixar
#514: Python Language Summit 2025

#514: Python Language Summit 2025

See the full show notes for this episode on the website at talkpython.fm/514

2025-07-18 08:00:00 4380
Baixar
#513: Stories from Python History

#513: Stories from Python History

See the full show notes for this episode on the website at talkpython.fm/513

2025-07-14 08:00:00 4116
Baixar
0:00
0:00
Episode
home.no_title_available
home.no_channel_info