Join us at PyCon US 2026 in Long Beach - we have new AI and security tracks this year

Simon Willison's Blog Events

Summary

PyCon US 2026 is coming to Long Beach, California (May 13-19) with new dedicated AI and Security tracks. The AI track features talks on AI-assisted development, LLMs on laptops, voice agents, and Python async patterns for AI applications.

No content available
Original Article
View Cached Full Text

Cached at: 04/20/26, 08:27 AM

# Join us at PyCon US 2026 in Long Beach—we have new AI and security tracks this year Source: https://simonwillison.net/2026/Apr/17/pycon-us-2026/ 17th April 2026 This year's[PyCon US](https://us.pycon.org/2026/)is coming up next month from May 13th to May 19th, with the core conference talks from Friday 15th to Sunday 17th and tutorial and sprint days either side. It's in Long Beach, California this year, the first time PyCon US has come to the West Coast since Portland, Oregon in 2017 and the first time in California since Santa Clara in 2013. If you're based in California this is a great opportunity to catch up with the Python community, meet a whole lot of interesting people and learn a ton of interesting things. In addition to regular PyCon programming we have two new dedicated tracks at the conference this year: an[AI track](https://us.pycon.org/2026/tracks/ai/)on Friday and a[Security track](https://us.pycon.org/2026/tracks/security/)on Saturday. The AI program was put together by track chairs Silona Bonewald (CitableAI) and Zac Hatfield-Dodds (Anthropic). I'll be an in-the-room chair this year, introducing speakers and helping everything run as smoothly as possible. Here's[the AI track schedule](https://us.pycon.org/2026/schedule/talks/#May15)in full: - 11:00:[AI-Assisted Contributions and Maintainer Load](https://us.pycon.org/2026/schedule/presentation/105/)—Paolo Melchiorre - 11:45:[AI-Powered Python Education : Towards Adaptive and Inclusive Learning](https://us.pycon.org/2026/schedule/presentation/66/)—Sonny Mupfuni - 12:30:[Making African Languages Visible: A Python-Based Guide to Low-Resource Language ID](https://us.pycon.org/2026/schedule/presentation/23/)—Gift Ojeabulu - 2:00:[Running Large Language Models on Laptops: Practical Quantization Techniques in Python](https://us.pycon.org/2026/schedule/presentation/138/)—Aayush Kumar JVS - 2:45:[Distributing AI with Python in the Browser: Edge Inference and Flexibility Without Infrastructure](https://us.pycon.org/2026/schedule/presentation/126/)—Fabio Pliger - 3:30:[Don't Block the Loop: Python Async Patterns for AI Agents](https://us.pycon.org/2026/schedule/presentation/110/)—Aditya Mehra - 4:30:[What Python Developers Need to Know About Hardware: A Practical Guide to GPU Memory, Kernel Scheduling, and Execution Models](https://us.pycon.org/2026/schedule/presentation/81/)—Santosh Appachu Devanira Poovaiah - 5:15:[How to Build Your First Real-Time Voice Agent in Python (Without Losing Your Mind)](https://us.pycon.org/2026/schedule/presentation/101/)—Camila Hinojosa Añez, Elizabeth Fuentes (And here's[how I scraped that as a Markdown list](https://gisthost.github.io/?dab27f61d85eb98f60db5991aa21ec89)from the schedule page using Claude Code and[Rodney](https://github.com/simonw/rodney).) #### You should come to PyCon US! I've been going to PyCon for over twenty years now—I first went[back in 2005](https://simonwillison.net/2005/Mar/28/pycon/). It's one of my all-time favourite conference series. Even as it's grown to more than 2,000 attendees PyCon US has remained a heavily community-focused conference—it's the least*corporate*feeling large event I've ever attended. The talks are always great, but it's the add-ons around the talks that really make it work for me. The[lightning talks](https://us.pycon.org/2026/events/lightning-talks/)slots are some of the most heavily attended sessions. The PyLadies auction is always deeply entertaining. The sprints are an incredible opportunity to contribute directly to projects that you use, coached by their maintainers. In addition to scheduled talks, the event has**open spaces**, where anyone can reserve space for a conversation about a topic—effectively PyCon's version of an[unconference](https://en.wikipedia.org/wiki/Unconference). I plan to spend a lot of my time in the open spaces this year—I'm hoping to join or instigate sessions about both[Datasette](https://datasette.io/)and[agentic engineering](https://simonwillison.net/guides/agentic-engineering-patterns/). I'm on the board of the Python Software Foundation, and PyCon US remains one of our most important responsibilities—in the past it's been a key source of funding for the organization, but it's also core to our mission to "promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers". If you do come to Long Beach, we'd really appreciate it if you could book accommodation in the official hotel block, for reasons[outlined in this post on the PSF blog](https://pyfound.blogspot.com/2026/04/pycon-us-2026-hotels.html).

Similar Articles

PyTexas 2026 Recap

Lobsters Hottest

PyTexas 2026 (April 17-19, Austin) featured talks on AI agents, code quality, CPython performance improvements, and security. Key themes included deliberate design, agents writing code rather than deciding what to write, and code quality as essential for AI productivity.

PyCon US 2026 Typing Summit Recap

Lobsters Hottest

This article recaps the PyCon US 2026 Typing Summit, detailing key talks on Python typing advancements including PEP proposals, AI-assisted type checking experiments, and a Typing Council Q&A session.

The last six months in LLMs in five minutes

Simon Willison's Blog

Simon Willison presents a lightning talk at PyCon US 2026 summarizing key LLM developments from November 2025 to May 2026, including the five-way competition for the best model between Anthropic, OpenAI, and Google, and the breakthrough of coding agents achieving reliable code generation.