Greatest PyCon trailer ever! https://www.youtube.com/watch?v=ZBgwhPFzi_M #pycon #pyconit #italia #italy #florence #python #conference
Really enjoying @amethyst's excellent #pyconus talk!
I would probably counsel against some of these patterns in code review, but it's still super useful to understand how they work and, even if in rare cases, where they might be appropriate!
On the PSF Blog: A summary of the Lightning Talks during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-2025-lightning-talks.html
On the PSF Blog: A summary of the "Upstreaming the Pyodide JavaScript FFI" talk by Hood Chatham during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-upstreaming-the-pyodide-js-ffi.html
Plopped a meta little thing into my #zsh config tree which was recommended at the #PyConUS dotfiles BoF ✨
(the idea as described was obviously shell-agnostic, in my case today it was a nice excuse to remember exactly how compdef + its helpers work…)
# Edit-then-source for zsh rc files, because forgetting to source stinks!
function modify() {
target=~/.zsh/$1
vim $target && source $target
}
compdef "_files -W ~/.zsh/" modify
On the PSF Blog: A summary of the "What do Python Core Developers want from future Rust Support?" talk by David Hewitt during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-2025-what-do-core-developers-want-from-rust.html
On the PSF Blog: A summary of the "Python on Mobile: Next Steps" talk by Russel Keith-Magee and Malcolm Smith during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-2025-python-on-mobile.html
On the PSF Blog: A summary of the "PEP 772 and Packaging Governance" talk by Barry Warsaw and Pradyun Gedam during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-2025-packaging-governance-process.html
On the PSF Blog: A summary of the "Updates from the Python Documentation Editorial Board" talk by Mariatta during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-2025-docs-editorial-board.html
On the PSF Blog: A summary of the "Challenges of the Steering Council" talk by Eric Snow during the #Python Language Summit at #PyConUS 2025
https://pyfound.blogspot.com/2025/06/python-language-summit-2025-challenges-of-the-steering-council.html