Topic
Different Package, Same Snek?
By: Weezel
Date: Feb. 12, 2026, 6 p.m.
You can build Python from source, use a Docker image, install it with a package manager, or use the version that comes with your operating system. They're all the same Python, right?
Yes and no. This talk will 1) define Python, and 2) look at what changes, depending on how you install it.