In my current project I'm doing a fair amount of geometry, and one small problem I needed to solve a while back was finding whether a point is inside a cylinder. The accepted answer for this on math.s ...
We're happy to announce our new board for the 2024-2025 term: Anders Hammarquist Aris NivorilsArtur Czepiel (Chair) Cyril Bitterich Ege Akman Mia Baji (Vice Chair) Shekhar Koirala You can read more about them in their nomination post at . The ...
Another big release day! Python 3.13.1 and 3.12.8 were regularly scheduled releases, but they do contain a few security fixes. That makes it a nice time to release the security-fix-only versions too, so everything is as secure as we can make it.
I'm on the security report triage team for CPython, pip, urllib3, Requests, and a handful of other open source projects. I'm also in a trusted position such that I get "tagged in" to other open sou ...
There has been a lot of changes in the low-level Python space these days. The biggest has to be how many projects have rewritten core performance-intensive sections in Rust. Or even the wholesale adoption of Rust for newer projects such as uv and ...