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 ארצות הברית טכנולוגיה

פרקים אחרונים

539 פרקים
#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 23: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 18: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 23: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 22: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-11 01: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 21: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 07: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 09: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 09: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 10: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 10: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 10: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 10: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)

A couple years ago, Charlie Marsh lit a fire under Python tooling with Ruff and then uv. Today he’s back with something on the other side of that coin...

2025-09-23 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10: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 10:00:00 3818
הורד
#501: Marimo - Reactive Notebooks for Python

#501: Marimo - Reactive Notebooks for Python

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

2025-04-14 10:00:00 3635
הורד
0:00
0:00
Episode
home.no_title_available
home.no_channel_info