I couldn't help but get a bit excited reading those features/changes for 3.15
Savannah Ostrowski3.15 RC 1 IS OUT discuss.python.org/t/python-3-1...
Python 3.14 & 3.15 release manager, core developer, Sovereign Tech Fellow, PSF Fellow, open-source maintainer, PEP editor, NaNoGenMo organiser, winter bicycler
I couldn't help but get a bit excited reading those features/changes for 3.15
Savannah Ostrowski3.15 RC 1 IS OUT discuss.python.org/t/python-3-1...
cibuildwheel 4.2.0 is out, with Python 3.15rc1 across all platforms, including pyemscripten for the first time on launch day! Time to build your binary wheels for 3.15! github.com/pypa/cibuild...
Packaging 26.3 is out, with ranges (huge), PEP 808 support, and tons of fixes, improved performance, etc. github.com/pypa/packagi...
✍️ time-machine 3.3.0 is out, with Python 3.15 support, performance improvements, subinterpreter support, and various bug fixes. Check it out, and if you’re using freezegun, try the updated Migration CLI to convert and speed up your tests. adamj.eu/tech/2026/07... #Python
📢 The PSF is hiring! @python.org 🐍 We’re looking for a Security Developer. Help triage vulnerabilities in CPython, fight malware/supply-chain attacks on PyPI, and build tools to keep the #Python ecosystem safe for millions of users 🐍🔒 👉 Apply pythonsoftwarefoundation.applytojob.com/apply/ei03ut...
The Python Software Foundation is hiring a Security Developer. If you've got experience with Python, security, and collaborating with open source projects then we'd love to hear from you: jobs.pyfound.org/apply/ei03ut...
Join us tomorrow for the first PSF D&I Workgroup Office Hours! 💜 Come chat about D&I, community, open source, accessibility, or whatever's on your mind. We'd love to meet you! When: 28 July, 1:00 PM UTC Where: PSF Discord · #psf-diversity discord.gg/m28Sz6gK6
Python Software FoundationThe PSF Diversity & Inclusion Workgroup is starting monthly office hours on the PSF Discord! Join us Tuesday, July 28 at 1 PM UTC in the psf-diversity channel to chat, ask questions, and share what you're working on 🐍🗺️
The PSF is hiring a Security Developer! Help triage vulnerabilities in CPython, fight malware/supply-chain attacks on PyPI, and build tools to keep the #Python ecosystem safe for millions of users 🐍🔒 This is a global, remote, 1 year term role, with the possibility of renewal. #Security Apply today:
Y'all, you should be so hyped up about Python 3.15, and specifically about lazy imports. I just merged a PR to move argparse to lazy imports for Python 3.16. On my machine, it reduces the median cumulative time for a bare `import argparse` by ~67%! github.com/python/cpyth...
The discussion thread on this has been relentless github.com/tonybaloney/...
Feature Request: add a raccoon · Issue #547 · tonybaloney/vscode-petsAdds playful pets 🦀🐱🐶 in your VS Code window. Contribute to tonybaloney/vscode-pets development by creating an account on GitHub.github.comYou can be a part of guiding the future direction of the PSF 🩵🐍💛 Nominate yourself or someone else for the PSF Board for the 2026 election! Nominations open Tuesday, July 28th, 2:00 pm UTC and close Tuesday, August 11th, 2:00 pm UTC. #python
The initiative's backers say that "critical public services and data must be kept in the hands of Finnish and European actors”.
It was to be expected, but I need to stress how much #EuroPython benefitted from being the host of the CPython Core Summit this year. As I keep repeating, the main value of #PyConUS for the COMMUNITY is the gathering of stakeholders for in-person exchange. 1/2
Python strftime/strptime Cheat Sheet: An interactive reference inventwithpython.com/strftime/
Core Dispatch 8 is live! We've got the latest 3.15 beta out (released with love from #EuroPython 💛), a bunch of lively PEP discussions, and a very unhinged "One More Thing" this time. Check it out 👇 coredispatch.xyz/editions/8
The PSF Diversity & Inclusion Workgroup is starting monthly office hours on the PSF Discord! Join us Tuesday, July 28 at 1 PM UTC in the psf-diversity channel to chat, ask questions, and share what you're working on 🐍🗺️
the bots I'm currently running on bluesky: - @pomological.xor.blue: old fruit watercolors - @roadside.xor.blue: roadside photos from the 70s, 80s, 90s by john margolies - @choochoo.xor.blue: tiny emoji trainscapes (with real nyc weather!) - @helpingfriendly.xor.blue: phish setlist data in real time
📡 Core Dispatch #7 is out! 🐍 3.15 beta 3 shipped; beta 4 lands Jul 18 🏎 PEP 836 "JIT Go Brrr" charts the JIT's path to a supported feature 🎉 Pieter Eendebak is now a core dev 🎥 PyCon US core team talks are landing on YouTube ...and more in this edition! coredispatch.xyz/editions/7
New long article on PEP 814: Add frozendict built-in type vstinner.github.io/pep-814-add-... Donghee Na and me wrote PEP 814 to add frozendict implemented in C. Here is the long journey of adding the type to Python 3.15: implementation, stdlib changes, optimizations, complex bugs, C API, etc.