Advertisement · 728 × 90

Posts by Pablo Galindo Salgado

Post image

C++Now is pleased to announce the third of three keynotes for the 2026 Conference which will be presented on Friday 8th May!

Benchmarking - It's About Time by @matt.godbolt.org

Find out more and register: schedule.cppnow.org/session/2026...

#cpp #cplusplus #programming

2 weeks ago 9 3 0 1

Oh man, poor parser 😂

3 weeks ago 4 0 0 0
PyCon US 2026 Keynote Speakers (from left to right): Rachell Calhoun, Tim Schilling, Lin Qiao, Pablo Galindo Salgado, amanda casari

PyCon US 2026 Keynote Speakers (from left to right): Rachell Calhoun, Tim Schilling, Lin Qiao, Pablo Galindo Salgado, amanda casari

Python friends, it’s time. 🐍

The #PyConUS 2026 schedule is LIVE!

Start planning your talks, meet the keynote speakers, and register for tutorials, summits & events!

🔗 us.pycon.org/2026/schedule/

Full details: pycon.blogspot.com/2026/03/laun...

3 weeks ago 15 10 0 2
Preview
The coolest feature in Python 3.14 …can be used to build a zero-preparation remote debugger for Python applications running in Kubernetes and Docker containers?

The coolest feature in Python 3.14 can be used to build a zero-preparation remote debugger for Python applications running in Kubernetes and Docker containers??? 🐛🪄

savannah.dev/posts/the-co...

2 months ago 31 8 3 0
Preview
a man in a yellow shirt is sitting in a chair and pointing at something ALT: a man in a yellow shirt is sitting in a chair and pointing at something
3 months ago 0 0 0 0

Nice use of @pablogsal.com & co's new statistical profiler in Python 3.15!

#Python #Python315 #Tachyon

3 months ago 9 1 2 0

Absolutely honored to serve another term with these fine folks. Thanks to the community for your trust and for Greg and Emily for a wonderful 2025 term.

3 months ago 17 2 0 0
Advertisement

Python is at an exciting moment. With incredible work happening on performance, free-threading, and the broader ecosystem, there's never been a better time to be part of this community. You can be sure we'll work hard to bring you the best Python possible! 🤘

3 months ago 1 0 0 0

It has been an honour and a pleasure to serve this past year also with @emilyemorehouse.bsky.social and @gpshead.bsky.social Thank you both for everything you've done for Python!

3 months ago 3 0 1 0

I’m looking forward to working alongside my fellow council members to serve the community, support contributors, and help guide Python over the next year. Congratulations @pablogsal.com @yhg1s.bsky.social @pumpichank.bsky.social @corona10.bsky.social! 🎉

3 months ago 11 2 1 0
Preview
PEP 8107 – 2026 Term Steering Council election | peps.python.org This document describes the schedule and other details of the 2025 election for the Python steering council, as specified in PEP 13. This is the steering council election for the 2026 term (i.e. Pytho...

peps.python.org/pep-8107/

3 months ago 0 0 1 0

I am truly grateful for the opportunity to serve alongside and collaborate with such amazing colleagues on the Python Steering Council: @pumpichank.bsky.social , @pablogsal.com , @savannah.dev , and @yhg1s.bsky.social.

3 months ago 6 1 1 0

Once again I am honoured to serve on the Python Steering Council together with @savannah.dev @yhg1s.bsky.social @pumpichank.bsky.social @corona10.bsky.social🐍 The trust from the core team and the community is something I never take for granted.Thank you🖤 We'll work hard to bring you the best Python!

3 months ago 33 4 1 1
Tachyon profilerwithout async awareness showing a flat call stack. The hotspot is KqueueSelector.select at 90.5%, obscuring actual application work

Tachyon profilerwithout async awareness showing a flat call stack. The hotspot is KqueueSelector.select at 90.5%, obscuring actual application work

Tachyon profiler with async awareness showing hierarchical task structure: a Supervisor task spawning three parallel Worker tasks, each running LeafTasks. Hotspot correctly identifies sleep at 96.8%.

Tachyon profiler with async awareness showing hierarchical task structure: a Supervisor task spawning three parallel Worker tasks, each running LeafTasks. Hotspot correctly identifies sleep at 96.8%.

Woo, everyone's favourite Python profiler just got async awareness! 🎉

With --async-aware, you'll be able to see parent-child task hierarchies instead of flat event loop stacks.

Without vs. with:

4 months ago 48 3 2 0
Advertisement
Preview
a group of men are sitting around a table with one of them saying one of us ! ALT: a group of men are sitting around a table with one of them saying one of us !
4 months ago 1 0 0 0
GH-141565: Add async code awareness to Tachyon by savannahostrowski · Pull Request #141533 · python/cpython Before: With --async-aware: And just for posterity, here's what pstree returns for the program: └── (T) Task-1 └── main /Users/savannah/code/cpython/sandbox/test_simple_async.py:59 ...

Had a lot of fun working with @pablogsal.com on this one!!

github.com/python/cpyth...

4 months ago 8 1 2 0

The main branch of Python/CPython for now 😅

4 months ago 3 0 1 0

Yes!

4 months ago 0 0 0 0
Video

Oh boy, you can bet we are cooking the coolest profiler for Python 3.15 👨‍🍳🔥

4 months ago 60 12 3 1
Post image

Too much power 🔥🔥🔥🔥

4 months ago 5 0 0 0

Unlikely 😅

4 months ago 0 0 0 0
Video

Coming soon to your favourite new CPython 3.15 profiler 🚀

4 months ago 52 7 4 0

🎉 ¡Buenas noticias! 🐍

Con muchísima alegría @manux.bsky.social y yo les contamos que ya liberamos el libro "Python para Ciencia y Tecnología", completo, en castellano… ¡y totalmente gratis! 😍📘

💾 Pueden descargar el PDF desde 👉 libropython.science

4 months ago 15 14 1 0
Preview
PEP 810: Explicit lazy imports Dear PEP 810 authors. The Steering Council is happy to unanimously[1] accept “PEP 810, Explicit lazy imports”. Congratulations! We appreciate the way you were able to build on and improve the previ...

Wooo, unanimous acceptance of 810!

Python is getting lazy imports!

So excited about this!

discuss.python.org/t/pep-810-ex...

5 months ago 52 14 0 2
Advertisement
Preview
PEP 810: Explicit lazy imports Dear PEP 810 authors. The Steering Council is happy to unanimously[1] accept “PEP 810, Explicit lazy imports”. Congratulations! We appreciate the way you were able to build on and improve the previ...

Lazy Imports are coming to #Python! This is huge for CLIs written in Python :)

discuss.python.org/t/pep-810-ex...

5 months ago 18 5 1 1
Preview
PEP 810: Explicit lazy imports Dear PEP 810 authors. The Steering Council is happy to unanimously[1] accept “PEP 810, Explicit lazy imports”. Congratulations! We appreciate the way you were able to build on and improve the previ...

The Steering Council has accepted PEP 810 (explicit lazy imports) for Python 3.15!

discuss.python.org/t/pep-810-ex...

#Python #PEP810 #LazyImports #lazy #Python315

5 months ago 34 16 1 0
Episode 26.2: CPython Sprint Week in Cambridge UK, Part 2 by core.py More interviews from the core sprint! This time we have: Greg P. Smith, Thomas Wouters, Paul Ganssle, Pradyun Gedam, Carol Willing, Guido van Rossum, Brett Cannon, Erlend Aasland, Tal Einat, Lysandros...

🎙️ Bored this weekend? Part 2 of the interviews from the CPython core sprint in Cambridge UK is out. Don’t worry, it's shorter than Part 1. Only 2 hours 18 minutes!

✨ Hear from Greg, Thomas, Paul, Pradyun, Carol, Guido, Brett, Erlend, Tal, Lys, Yury, and Diego.

creators.spotify.com/pod/profile/...

5 months ago 19 5 0 0
Episode 26.1: CPython Sprint Week in Cambridge UK, Part 1 by core.py What? What do you mean this two-and-a-half hour episode is PART 1? Well, there were fifty people at the sprint in September. We interviewed thirty of them. In Part 1 you can hear from 18 of them: Ken ...

The core․py podcast is back with a new episode!

Actually, it’s only half an episode, and yet it’s the longest one so far. We interviewed attendees sprinting on CPython at Arm Inc. Topics include: #Python 3.14 and 3.15, the future of free threading, and pizza.

creators.spotify.com/pod/profile/...

5 months ago 11 4 0 1

Done!

5 months ago 1 0 0 0
Behind the Python Release: Motivation, Fails & Rituals with Łukasz, Pablo & Hugo
Behind the Python Release: Motivation, Fails & Rituals with Łukasz, Pablo & Hugo YouTube video by Behind the Commit

🚀 Python 3.14 is out and so is 3.15 alpha! I chatted with @hugovk.dev, @pablogsal.com, and @lukasz.langa.pl about which release was the least successful, why release notes always say “and now for something completely different”, how Python actually gets released and many more!
youtu.be/BHUWyM2cxwE

5 months ago 19 10 1 0