Talk Python To Me

የቻናል ዝርዝሮች

Talk Python To Me

Talk Python To Me

ፈጣሪ: 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 United States ቴክኖሎጂ

የቅርብ ጊዜ ክፍሎች

540 ክፍሎች
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#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
ማውረድ
#531: Talk Python in Production

#531: Talk Python in Production

Have you ever thought about getting your small product into production, but are worried about the cost of the big cloud providers? Or maybe you think...

2025-12-18 08:00:00 4873
ማውረድ
#530: anywidget: Jupyter Widgets made easy

#530: anywidget: Jupyter Widgets made easy

For years, building interactive widgets in Python notebooks meant wrestling with toolchains, platform quirks, and a mountain of JavaScript machinery....

2025-12-13 08:00:00 4281
ማውረድ
#529: Computer Science from Scratch

#529: Computer Science from Scratch

A lot of people building software today never took the traditional CS path. They arrived through curiosity, a job that needed automating, or a late-ni...

2025-12-03 08:00:00 4620
ማውረድ
#528: Python apps with LLM building blocks

#528: Python apps with LLM building blocks

In this episode, I’m talking with Vincent Warmerdam about treating LLMs as just another API in your Python app, with clear boundaries, small focused e...

2025-11-30 08:00:00 4606
ማውረድ
#527: MCP Servers for Python Devs

#527: MCP Servers for Python Devs

Today we’re digging into the Model Context Protocol, or MCP. Think LSP for AI: build a small Python service once and your tools and data show up acros...

2025-11-10 08:00:00 3985
ማውረድ
#526: Building Data Science with Foundation LLM Models

#526: Building Data Science with Foundation LLM Models

Today, we’re talking about building real AI products with foundation models. Not toy demos, not vibes. We’ll get into the boring dashboards that save...

2025-11-01 07:00:00 4044
ማውረድ
#525: NiceGUI Goes 3.0

#525: NiceGUI Goes 3.0

Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based...

2025-10-27 07:00:00 4666
ማውረድ
#524: 38 things Python developers should learn in 2025

#524: 38 things Python developers should learn in 2025

Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In...

2025-10-20 07:00:00 4155
ማውረድ
#523: Pyrefly: Fast, IDE-friendly typing for Python

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

Python typing got fast enough to feel invisible. Pyrefly is a new, open source type checker and IDE language server from Meta, written in Rust, with a...

2025-10-13 07:00:00 4020
ማውረድ
#522: Data Sci Tips and Tricks from CodeCut.ai

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

Today we’re turning tiny tips into big wins. Khuyen Tran, creator of CodeCut.ai, has shipped hundreds of bite-size Python and data science snippets ac...

2025-10-06 07:00:00 4172
ማውረድ
#521: Red Teaming LLMs and GenAI with PyRIT

#521: Red Teaming LLMs and GenAI with PyRIT

English is now an API. Our apps read untrusted text; they follow instructions hidden in plain sight, and sometimes they turn that text into action. If...

2025-09-29 07:00:00 3760
ማውረድ
#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 07:00:00 3611
ማውረድ
#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 07:00:00 3776
ማውረድ
#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 07:00:00 4093
ማውረድ
#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 07:00:00 4621
ማውረድ
#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 07:00:00 3942
ማውረድ
#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 07:00:00 4254
ማውረድ
#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 07:00:00 4380
ማውረድ
#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 07:00:00 4116
ማውረድ
#512: Building a JIT Compiler for CPython

#512: Building a JIT Compiler for CPython

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

2025-07-02 07:00:00 4098
ማውረድ
#511: From Notebooks to Production Data Science Systems

#511: From Notebooks to Production Data Science Systems

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

2025-06-25 07:00:00 3255
ማውረድ
#510: 10 Polars Tools and Techniques To Level Up Your Data Science

#510: 10 Polars Tools and Techniques To Level Up Your Data Science

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

2025-06-18 07:00:00 3724
ማውረድ
#509: GPU Programming in Pure Python

#509: GPU Programming in Pure Python

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

2025-06-11 07:00:00 3449
ማውረድ
#508: Program Your Own Computer with Python

#508: Program Your Own Computer with Python

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

2025-06-06 07:00:00 4316
ማውረድ
#507: Agentic AI Workflows with LangGraph

#507: Agentic AI Workflows with LangGraph

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

2025-06-02 07:00:00 3839
ማውረድ
#506: ty: Astral's New Type Checker (Formerly Red-Knot)

#506: ty: Astral's New Type Checker (Formerly Red-Knot)

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

2025-05-19 07:00:00 3859
ማውረድ
#505: t-strings in Python (PEP 750)

#505: t-strings in Python (PEP 750)

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

2025-05-13 07:00:00 4319
ማውረድ
#504: Developer Trends in 2025

#504: Developer Trends in 2025

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

2025-05-05 07:00:00 4193
ማውረድ
#503: The PyArrow Revolution

#503: The PyArrow Revolution

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

2025-04-28 07:00:00 4116
ማውረድ
#502: Django Ledger: Accounting with Python

#502: Django Ledger: Accounting with Python

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

2025-04-21 07:00:00 3818
ማውረድ
0:00
0:00
Episode
home.no_title_available
home.no_channel_info