Talks - Yury Selivanov: Overcoming GIL with subinterpreters and immutability
The talk will focus on a novel idea of efficient structured data sharing between Python subinterpreters. I'll be presenting a new Python framework "memhive", which implements a worker pool of subinterpreters, efficient RPC mechanism between them, async/await-ready API, as well as fundamental data structures ( tuples, mappings and scalar types). I'll demonstrate that it's possible to unlock true parallelism with subinterpreters without paying the overhead of data serialization. I'll explain how this is possible and what algorithms under the hood drive this. Slides: https://pycon-assets.s3.amazonaws.com...

▶︎
Python in Parallel: Sub-Interpreters vs. NoGIL vs. Multiprocessing — Samet Yaslan

▶︎
Building a Database with Python - Yury Selivanov

▶︎
Hypothesis Testing in Python: Step-by-Step Guide for Data Science Analysis

▶︎
Tutorials - Reuven M. Lerner: All about decorators

▶︎
Talks - Anthony Shaw: Unlocking the Parallel Universe: Subinterpreters and Free-Threading in...

▶︎
Lessons Learned: Building Multi-Agent Systems with Anthropic’s MCP & Pydantic AI

▶︎
Talks - Eric Snow: A Per-Interpreter GIL: Concurrency and Parallelism with Subinterpreters

▶︎
Yury Selivanov - async/await in Python 3.5 and why it is awesome

▶︎
Supercharge your Python library using AST parsing - Adam Glustein

▶︎
Andrej Karpathy: From Vibe Coding to Agentic Engineering w/ Stephanie Zhan

▶︎
Train Your Brain to Never Forget (5 Feynman Habits)

▶︎
Stop Rambling: The 3-2-1 Speaking Trick That Makes You Sound Like A CEO

▶︎
Do Google engineers actually vibe code?
![[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw](https://i.ytimg.com/vi/z4MaqTbM_gY/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLCzRt8sM0YQjFPFrRbBdSZv_49lqQ)
▶︎
[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw

▶︎
Linus's Laws of Writing Readable Code

▶︎
Metaclasses Demystified - Jason C. McDonald

▶︎
The New Python 3.13 Is FINALLY Here!

▶︎
Luciano Ramalho - Pythonic Objects: idiomatic OOP in Python - PyCon 2019

▶︎
Why AI Agents are either the best or worst thing we’ve ever built

▶︎
