If you're interested, have a look and let me know on the GitHub issue if you have any questions. Happy to help 🤝🏻!
github.com/orgs/python/...
If you're interested, have a look and let me know on the GitHub issue if you have any questions. Happy to help 🤝🏻!
github.com/orgs/python/...
Decompression is up to 30% faster in CPython 3.15
This blog goes over a journey to find an optimization in some lower-level code in CPython that yields a speedup of 10-30% when decompressing more than 1MiB of data.
emmatyping.dev/decompressio...
Decompression is up to 30% faster in CPython 3.15
This blog goes over a journey to find an optimization in some lower-level code in CPython that yields a speedup of 10-30% when decompressing more than 1MiB of data.
emmatyping.dev/decompressio...
Python is getting lazy imports!
So excited about this!
discuss.python.org/t/pep-810-ex...
Python is getting lazy imports!
So excited about this!
discuss.python.org/t/pep-810-ex...
✨ Hear from Greg, Thomas, Paul, Pradyun, Carol, Guido, Brett, Erlend, Tal, Lys, Yury, and Diego.
creators.spotify.com/pod/profile/...
✨ Hear from Greg, Thomas, Paul, Pradyun, Carol, Guido, Brett, Erlend, Tal, Lys, Yury, and Diego.
creators.spotify.com/pod/profile/...
youtu.be/BHUWyM2cxwE
youtu.be/BHUWyM2cxwE
🔬 Dedicated profiling package for Python profiling tools
💬 UTF-8 as default encoding
🌊 New C API to create bytes object
⚠️ Better error messages
discuss.python.org/t/python-3-1...
* Don't forget about 3.14
#Python #Python315 #release
🔬 Dedicated profiling package for Python profiling tools
💬 UTF-8 as default encoding
🌊 New C API to create bytes object
⚠️ Better error messages
discuss.python.org/t/python-3-1...
* Don't forget about 3.14
#Python #Python315 #release
peps.python.org/pep-0011/
peps.python.org/pep-0011/
~50 core devs (yes, Guido too) and invited guests hacking in Cambridge. JIT, free-threading, C-API, endless side discussions.
It's safe to say the best ideas start over coffee and a whiteboard with @python.org: community.arm.com/arm-communit...
~50 core devs (yes, Guido too) and invited guests hacking in Cambridge. JIT, free-threading, C-API, endless side discussions.
It's safe to say the best ideas start over coffee and a whiteboard with @python.org: community.arm.com/arm-communit...
✨ Template strings (t-strings) for safer string interpolation
🚀 Free-threaded Python officially supported (bye GIL!)
🎨 Syntax highlighting in the REPL
📦 Zstandard compression in stdlib
🔍 Remote PDB debugging
Full release notes: docs.python.org/3.14/whatsne...
✨ Template strings (t-strings) for safer string interpolation
🚀 Free-threaded Python officially supported (bye GIL!)
🎨 Syntax highlighting in the REPL
📦 Zstandard compression in stdlib
🔍 Remote PDB debugging
Full release notes: docs.python.org/3.14/whatsne...
Please install and enjoy Python 3.14! 🥧
discuss.python.org/t/python-3-1...
#Python #Python314 #release
Please install and enjoy Python 3.14! 🥧
discuss.python.org/t/python-3-1...
#Python #Python314 #release
Talks about the JIT, WASI, Pyodide PPI, cross-platform wheel builds, demo of new C API, precompiled binaries from python.org, PEP 793 and abi3/abi3t/abi4 discussion
Talks about the JIT, WASI, Pyodide PPI, cross-platform wheel builds, demo of new C API, precompiled binaries from python.org, PEP 793 and abi3/abi3t/abi4 discussion
Finally, 3.14.0rc3: next RM @savannah.dev joined in to watch the process and ask questions 🥧
Then a quick core․py recording with @pablogsal.com and @lukasz.langa.pl before heading up to Manchester for #PyConUK! 🐝
Thanks again to @diegor.it and Arm for hosting! 🦾
Finally, 3.14.0rc3: next RM @savannah.dev joined in to watch the process and ask questions 🥧
Then a quick core․py recording with @pablogsal.com and @lukasz.langa.pl before heading up to Manchester for #PyConUK! 🐝
Thanks again to @diegor.it and Arm for hosting! 🦾
Lightning talks from Guido van Rossum, Ee Durbin, Steve Dower, Larry Hastings, Adam Turner & Greg Smith
Carol Willing, Adam, Thomas Wouters, Petr Viktorin and I discussed a number of docs topics
I released the Python Sphinx Docs Theme with more translations
SC Q&A
Lightning talks from Guido van Rossum, Ee Durbin, Steve Dower, Larry Hastings, Adam Turner & Greg Smith
Carol Willing, Adam, Thomas Wouters, Petr Viktorin and I discussed a number of docs topics
I released the Python Sphinx Docs Theme with more translations
SC Q&A
@ixek.bsky.social gave a mentorship talk
@gpshead.bsky.social gave a Claude demo
Tania, @jezdez.dev, @willingc.bsky.social and I discussed the User Success WG
We ended with punting on the Cam and dinner at Jesus College!
@yhg1s.bsky.social ran Feuding Pythonistas.
@ixek.bsky.social gave a mentorship talk
@gpshead.bsky.social gave a Claude demo
Tania, @jezdez.dev, @willingc.bsky.social and I discussed the User Success WG
We ended with punting on the Cam and dinner at Jesus College!
@yhg1s.bsky.social ran Feuding Pythonistas.
vstinner.github.io/pep-757-c-ap...
vstinner.github.io/pep-757-c-ap...
Thanks to everyone who joined the premiere 🙌 such a good vibe.
Here’s the link so you can watch it on repeat youtu.be/GfH4QL4VqJ0
Thanks to everyone who joined the premiere 🙌 such a good vibe.
Here’s the link so you can watch it on repeat youtu.be/GfH4QL4VqJ0
I'll share a link the day before to the doc that will have a countdown to the debut. I'm planning to be in the live chat during the debut.
I'll share a link the day before to the doc that will have a countdown to the debut. I'm planning to be in the live chat during the debut.
#CPython has dropped it to tier 2. What does this mean? Not too much; we still support it, produce installers, CI failures block releases.
We test with buildbots, and failures must be fixed within 24h, not immediately.
discuss.python.org/t/dropping-i...
#CPython has dropped it to tier 2. What does this mean? Not too much; we still support it, produce installers, CI failures block releases.
We test with buildbots, and failures must be fixed within 24h, not immediately.
discuss.python.org/t/dropping-i...
I wrote my first Python in 2012, and immediately fell in love with the language. I'm honored that I am a part of, and can give back to, such an amazing, welcoming community!
discuss.python.org/t/vote-to-pr...
I wrote my first Python in 2012, and immediately fell in love with the language. I'm honored that I am a part of, and can give back to, such an amazing, welcoming community!
discuss.python.org/t/vote-to-pr...
Across all CPython repos this weekend:
* 122 PRs created (69 the previous weekend)
* 79 PRs merged (65)
* countless invaluable in-person discussions (a few?)
#EuroPython #Python #sprint #Prague
Across all CPython repos this weekend:
* 122 PRs created (69 the previous weekend)
* 79 PRs merged (65)
* countless invaluable in-person discussions (a few?)
#EuroPython #Python #sprint #Prague