GPU Programming in Pure Python - Bryce Adelstein Lelbach
GPU programming can be scary but doesn’t need to be. With the CUDA Core Libraries and CUDA Python object model, you have a friendly interface to get you started with GPU acceleration. In this example-driven talk, we'll begin with a general discussion of the CUDA model and how to manage accelerator devices in Python with cuda.core. Next, we'll teach you how to launch work and manage memory. Then, you'll learn how to use parallel algorithms with cuda.parallel, write your own kernels that leverage cooperative algorithms with cuda.cooperative, and integrate seamlessly with accelerated libraries such as cuDNN and cuBLAS. We'll look at a variety of parallel examples, from counting words, to implementing softmax, to a full blown machine learning demo. By the time the talk is over, you'll be ready to start accelerating your Python code with GPUs!

Program Your Own Computer in Python - Glyph

An Intro to GPU Architecture and Programming Models I Tim Warburton, Virginia Tech

Data Analysis and Coding with AI

Supercharge your Python library using AST parsing - Adam Glustein

Zig 2026: No-AI Policy, $670K Foundation, Left GitHub & Why Zig Isn’t 1.0 - Andrew Kelley Explains

When Your "New Teammate" Hallucinates: Observability as the Safety Net for AI Code by Florian Mair

But what is a neural network? | Deep learning chapter 1

A new safe external debugger interface for CPython - Pablo Galindo Salgado & Ivona Stojanovic

Tutorial: CUDA programming in Python with numba and cupy

The chaotic locals() and how we fixed it - Tian Gao

The Strange Math That Predicts (Almost) Anything

Creator of C++: Bell Labs, Negative Overhead Abstraction, Mistakes | Bjarne Stroustrup

How Huawei Just Built an Impossible Chip

How Nvidia GPUs Compare To Google’s And Amazon’s AI Chips

What's New in the Linux Kernel... from Python - Geoffrey Thomas

Keeping up with Python: what makes upgrades hard, and what can we do about it - Jason Fried

Metaclasses Demystified - Jason C. McDonald

Neon: Serverless PostgreSQL! (Heikki Linnakangas)

Accelerated Python: The Community and Ecosystem (Sponsor: NVIDIA)

