atlas news
    
Talk Python : youtube
10  décembre     09h53
Python Year in Review 2025 - Talk Python Live Stream
   Join us to be part of the live show
27  novembre     09h09
Running Talk Python in Production - Talk Python Live Stream
   Join us for this unique episode with Michael as the guest.
26  novembre     07h34
anywidget: Jupyter Widgets made easy - Talk Python Live Stream
   Join us to talk Jupyter and Python data science
27  octobre     14h27
Computer Science from Scratch - Talk Python Live Stream
   Join Michael and David Kopec to chat Computer Science from Scratch on the show.
24  octobre     08h34
Python apps with LLM building blocks - Talk Python Live Stream
   Join in to be part of the live episode recording.
08  octobre     13h25
Building Data Science with Foundation LLM Models - Talk Python to Me Ep. 526
   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 launches, evals that change your mind, and the shift from analyst to AI app builder. Our guide is Hugo Bowne-Anderson, educator,...
01  octobre     09h24
MCP Servers for Python Devs - Talk Python to Me Ep. 527
   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 across editors and agents like VS Code, Claude Code, and more. My guest, Den Delimarsky from Microsoft, helps build this space and will keep us...
26  septembre     03h32
NiceGUI Goes 3.0 - Talk Python to Me Ep. 525
   Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based web apps in pure Python and still keep full control? NiceGUI, pronounced "Nice Guy" sits on FastAPI with a Vue Quasar...
23  septembre     12h18
38 things Python developers should learn in 2025 - Talk Python to Me Ep. 524
   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 this episode, we count down 38 things to learn this year: free-threaded CPython, uv for packaging, Docker and Compose, Kubernetes with Tilt, DuckDB...
12  septembre     11h08
Pyrefly: Fast, IDE-friendly typing for Python - Talk Python to Me Ep. 523
   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 focus on instant feedback and real-world DX. Today, we will dig into what it is, why it exists, and how it plays with the rest of the typing...
05  septembre     04h26
Data Sci Tips and Tricks from CodeCut.ai - Talk Python to Me Ep. 522
   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 across four years. We dig into open-source tools you can use right now, cleaner workflows, and why notebooks and scripts don’t have to be...
03  septembre     08h38
pyx - the other side of the uv coin (announcing pyx) - Talk Python to Me Ep. 520
   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: pyx. Pyx isn’t a PyPI replacement. Think server, not just index. It mirrors PyPI, plays fine with pip or uv, and aims to make installs...
28  août     07h49
Red Teaming LLMs and GenAI with PyRIT - Talk Python to Me Ep. 520
   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 you connect a model to tools or let it read documents from the wild, you have created a brand new attack surface. In this episode, we will make that...
27  août     06h21
Data Science Cloud Lessons at Scale - Talk Python to Me Ep. 519
   Today on Talk Python: What really happens when your data work outgrows your laptop. Matthew Rocklin, creator of Dask and cofounder of Coiled, and Nat Tabris a staff software engineer at Coiled join me to unpack the messy truth of cloud-scale Python. During the episode we actually spin up a 2,000...
19  août     07h50
Celebrating Django’s 20th Birthday With Its Creators - Talk Python to Me Ep. 518
   Twenty years after a scrappy newsroom team hacked together a framework to ship stories fast, Django remains the Python web framework that ships real apps, responsibly. In this anniversary round-table with its creators and long-time stewards: Simon Willison, Adrian Holovaty, Will Vincent, Jeff...