podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Pablo Galindo
Shows
core.py
Beta Frenzy
Python 3.14 Beta 1 is coming! And that means we reach feature freeze. BUT QUICK, there’s still time to squeeze in one last thing!## Timestamps(00:00:00) INTRO(00:01:58) PART 1: Template strings(00:07:10) PART 2: Asyncio Introspection(00:29:07) PART 3: Syntax highlighting(00:43:00) PART 4: Color themes(00:50:56) PART 5: Debugging a remote process with pdb(01:01:35) PART 6: Python Installation Manager for Windows(01:05:29) PART 7: Worship(01:08:53) PART 8: What else is happening?(01:16:03) OUTRO
2025-05-06
1h 19
core.py
Episode 21: A Garbage Episode
We talked about this episode for months now, and it's finally here. Garbage collection in its full glory. Classic and free-threaded. Generational and single-pass. With eager and delayed untracking. We cover it all! Explicitly.## Timestamps(00:00:00) THE FUCKING INTRO(00:02:03) PART 0: SPORTS NEWS(00:03:19) PART 1: GARBAGE COLLECTION(00:03:57) The big problem with refcounting(00:08:35) Solving reference cycles through PyGC_Head(00:11:45) 64 bits ought to be enough for anybody(00:17:30) Why a doubly-linked list?(00:21:15) How reference counting makes finding cycles easier(00:26:25...
2025-04-17
1h 57
core.py
Episode 20: Remote Code Execution By Design
In this episode, Pablo's avoiding the topic of garbage collection by talking about his latest PEP, which allows unprecedented interaction with a running Python process. We also resolve the bet about reference counting semantics, mention some notable changes in Python since the last episode, and discuss syntax highlighting in PyREPL and why it's bad, actually.## Timestamps(00:00:00) INTRO(00:02:16) PART 1: PABLO'S LATEST PEP(00:04:34) gdb is IMPOSSIBLE(00:12:49) Make the process run code for you(00:14:14) This already works on PyPy(00:15:13) How does it...
2025-03-24
1h 44
core.py
Episode 19: Async hacks, unicorns and velociraptors
In this asynchronous episode we're interviewing a fellow core developer Yury Selivanov to talk about asyncio's past and future, composable design, immutability, and databases you'd actually like using. We also broke the 2-hour episode barrier!## Timestamps(00:00:00) INTRO(00:01:33) PART 1: INTERVIEW(00:02:27) What drives you?(00:04:47) How do you choose what to work on?(00:08:10) Hyperfocus(00:09:28) Things from Rust that Python could use(00:14:50) Nothing is sacred when you depend on glibc(00:18:47) TypeScript typing is god-tier(00:22:04) Adding async and...
2025-03-08
2h 07
core.py
Episode 18: Reference Counting
After we talked about memory allocation in Python back in Episode 16, we're ready to complain, uh, explain reference counting. Or at least throw a bunch of reference counting facts at you. Plus a big assortment of recent Python changes. You ready? ## Timestamps (00:00:00) INTRO (00:04:17) PART 0: SPORTS NEWS (00:06:53) PART 1: REFERENCE COUNTING (00:08:28) New segment of 2025 (00:13:54) C++ is asymptotic Python (00:15:37) Is Rust game yet? (00:18:01) Names (00:20:25) Breaking the law (00:23:08) sys.getrefcount() (00:25:21) Pedantic Pablo (00:26:06) sys...
2025-01-24
1h 39
core.py
Episode 17: Argparse, JIT, and balloons with Savannah Ostrowski
Meet our newest member of the core developer team, Savannah! Currently at Snowflake, she also worked with development tools at Docker and Microsoft, but also flew drones over forests. In terms of CPython, Savannah works on argparse and the JIT, but that's not her last word. # Timestamps (00:00:00) INTRO (00:01:26) PART 1: INTERVIEW WITH SAVANNAH OSTROWSKI (00:02:12) Beginnings as a Python user (00:04:14) Carol Willing's nudge (00:06:55) First PR (00:08:56) Psychological damage from asyncio (00:11:51) Savannah at ***** Maps (00:14:04) Chipotle Claim to Fame
2024-11-19
1h 45
core.py
Episode 16: Memory Allocation
How does Python handle memory? Why does it need to perform custom forms of memory allocation? We talk about all that in this episode. We don't talk about Easter eggs, and we never mention Brandt by name, as promised last time! ## Timestamps (00:00:00) INTRO (00:00:22) PART 0: SPORTS NEWS (00:01:57) PART 1: MEMORY ALLOCATION (00:03:46) If you write C correctly, it manages memory for you (00:05:38) malloc and the heap (00:09:31) High-level allocators (00:10:48) pymalloc (00:11:15) 512 is a good number (00:12:43) Memory domains in...
2024-10-30
1h 45
core.py
Episode 15: Core sprint at Meta
Over 40 core developers spent a week in Bellevue WA putting finishing touches on Python 3.13, planning, prototyping, and implementing features for Python 3.14. We talked to half of them. We laughed, we cried. We were happy watching graphs go up, and sad watching them go down. It was intense. There was even cake, no joke!## Timestamps(00:00:00) INTRO(00:02:05) PART 1: THE CAKE IS NOT A LIE(00:04:09) Interview with sprint organizer Itamar Oren(00:07:48) Surprise waffle machine(00:08:36) PART 2: DEVELOPERS IN THEIR OWN WORDS(00:08:47) Brandt Bucher
2024-10-03
1h 56
Changelog Master Feed
Free-threaded Python (Changelog Interviews #611)
Jerod is joined by the co-hosts of core.py , Pablo Galindo & Łukasz Langa, a podcast about Python internals by people who work on Python internals. Python 3.13 is right around the corner, which means the Global Interpeter Lock (GIL) is now experimentally optional! This is a huge deal as Python is finally free-threaded. There’s more to discuss, of course, so we get into all the gory details. Leave us a commentChangelog++ members save 12 minutes on this episode because they made the ads disappear. Join today!Sponsors:Sentry – Code breaks, fix it fa...
2024-10-02
1h 26
Changelog Interviews
Free-threaded Python
Jerod is joined by the co-hosts of core.py , Pablo Galindo & Łukasz Langa, a podcast about Python internals by people who work on Python internals. Python 3.13 is right around the corner, which means the Global Interpeter Lock (GIL) is now experimentally optional! This is a huge deal as Python is finally free-threaded. There’s more to discuss, of course, so we get into all the gory details. Join the discussionChangelog++ members save 12 minutes on this episode because they made the ads disappear. Join today!Sponsors:Sentry – Code breaks, fix it faste...
2024-10-02
1h 26
The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Jerod is joined by the co-hosts of core.py , Pablo Galindo & Łukasz Langa, a podcast about Python internals by people who work on Python internals. Python 3.13 is right around the corner, which means the Global Interpeter Lock (GIL) is now experimentally optional! This is a huge deal as Python is finally free-threaded. There’s more to discuss, of course, so we get into all the gory details. Join the discussionChangelog++ members save 12 minutes on this episode because they made the ads disappear. Join today!Sponsors:Sentry – Code breaks, fix it faste...
2024-10-02
1h 26
core.py
Episode 14: Integration Events
We’ve been gone all Summer, visiting two European conferences in the mean time. In this episode we’re talking about them both, talks we liked, as well as our own talks at those events. In a rare turn of events, this one was recorded in person at Łukasz’s home studio in Poznań! ## Outline (00:00:00) INTRO (00:01:30) PART 1: EuroPython highlights (00:02:03) Maintaining pyrepl forward with pypy (00:05:51) Mai Giménez and her keynote (00:09:30) Yuliia Barabash and Laysa Uchoa talk memory management (00:11:03) Core developer...
2024-09-03
1h 30
core.py
Episode 13: A Legit Episode
In this lucky episode we're interviewing fellow core developer Brandt Bucher to talk about Justin, Swedish warships, and the n-body benchmark. We're also breaking the duration record with this one. We promise we'll get faster in future releases! ## Outline (00:00:00) INTRO (00:01:43) PART 1: BRANDT BUCHER INTERVIEW (00:03:04) Beginnings of contribution (00:06:29) Sticking around (00:09:38) PEP work: pattern matching, dict unions, weird decorators (00:13:07) Implementing pattern matching, we like parsers (00:19:41) First tasks with the Faster Python team (00:20:59) It's always pytest with these...
2024-06-29
1h 51
core.py
Episode 12: WTF Python
You think you know Python? We thought so, too. Join us for an episode of surprises. You might know some of those, but you sure don't know all of them. ## Outline (00:00:00) INTRO (00:02:22) Integer interning with a twist (00:10:58) Return in finally (00:15:32) all([[]]) (00:20:06) Lists, iterators and hashing shenanigans (00:27:08) hash(-1) (00:31:30) String interning (00:34:23) PR OF THE WEEK (00:34:56) asyncio REPL now uses pyrepl, too (00:44:06) PyOS_InputHook (00:51:56) WHAT'S GOING ON IN CPYTHON (00:52:05) New core developers! (00:55:10) 3.13 beta 2 & 3.12.4 released (00:56:04) Pablo's top 3 favorite pyrepl improvements in Beta 2 (00:59:50) PEP 667 implemented! (01:02:42) Tian Gao's improvements to pdb (01:06:31) Uncle Tim's crusade to make int(some_string) asymptotically faster (01:08:50) datetime now uses interpreter-local...
2024-06-10
1h 24
Remake a los 80, cine y videoclub
RHC 04 | "Jarabo" con Juan Rada| Remake a "La Huella del Crimen"
Sin duda, hay historias donde la realidad, supera la ficción. Por mucho cine que lleguemos a ver a lo largo de nuestra vida, este nunca alcanzará el perverso morbo que produce revisar un crimen real. El crimen de los Urquijo, Los Galindo, El Arropiero, El Lute, Piedad, La Niña asesina en serie, El Crimen de la Tinaja, El crimen de la calle fuencarral, el crimen de la plancha, El Crimen del Huerto Francés, todos son historias reales de la crónica negra de España, que ningún guionista hubiera podido inventar, historias que se desarrollan a través...
2024-06-06
2h 05
core.py
Episode 11: Live from PyCon 2024
Who says we can't do short episodes? Well, it was a challenge! But with the help of some gentle conference schedule pressure, here's our first sub-hour episode. We're discussing the language summit, answering audience questions, and behaving like serious professionals, as usual. ## Outline (00:00:00) INTRO (00:02:01) PEP 602 tweaks: 2 years of bug fix releases (00:02:45) CalVer for Python versions? (00:04:51) In Python there's this thing called the C API (00:08:51) More about PyREPL (00:12:17) Evolving pdb (00:14:49) Memhive (00:16:18) The boring 3.13 (00:18:16) Q...
2024-05-28
30 min
core.py
Episode 10: The Interactive REPL
Oof, no episode in April, huh? Yeah, we're getting close to Python 3.13 beta 1. PyCon US is also coming up real soon. Let's use this opportunity then to talk about a feature we're teaming up on: a better interactive interpreter! ## Outline (00:00:00) INTRO (00:01:53) PART 1: History of Terminals (00:03:20) /dev/tty (00:04:51) The first cool word (00:05:45) Chrząszcz (00:06:20) Control code characters in ASCII (00:11:54) PART 2: Python REPL Today (00:12:34) There is no REPL (00:15:28) So what is there instead? (00:19:13) readline (00:2...
2024-05-03
1h 22
Un libro, una historia
La sociedad de la nieve de Pablo Vierci | videoreseña | Un libro, Una historia
Hola hola! En este episodio les traigo uno de los libros del Wrap Up de febrero y marzo, basado en un hecho real ocurrido en los años 70 y que hasta el momento (y sin ontar HP), se convirtió en el único libro del año al que le he dado 5 estrellas y uno de los pocos con los que me ha pasado eso en tiempos recientes. Aquí trato de contarles sobre la historia real del accidente, un poco de lo que van a encontrar en el libro (y trato de compartirles todo lo que me hiz...
2024-04-16
44 min
core.py
Episode 9: Py Day with Emily Morehouse-Valcarcel
Let's talk about the Steering Council, running a small consultancy business, the Walrus, and pet peeves with our special guest today! ## Outline (00:00:00) INTRO (00:00:56) PART 1: Emily Morehouse (00:02:15) Running a small consultancy business (00:04:39) What features of JS do you miss in Python? (00:05:50) Łukasz outnumbered in a world of Steering Council members (00:06:12) Upgrading to new Python versions (00:07:00) It depends on who deployed the project (00:09:44) Second term as a Steering Council member (00:11:33) Barry, play some bass for us (00:13:04...
2024-03-14
1h 09
core.py
Episode 8: The New Parser
The suspense was killing us! OK, the old parser was then... but what about NOW? We're finally answering this question... in more detail than you dared to ask for. PEG, memoization, funky secrets, and how a certain auto-formatter self-inflicted an existential crisis on itself. It's all there, told in barely 100 minutes! Can you believe it? # Timestamps (00:00:00) INTRO (00:00:54) PART 1: What even is PEG? (00:04:02) You can't prove anything! (00:05:03) What's a "parsing expression"? (00:08:23) Our old LL1 parser wasn't doing its job (00:09:37) "Soft keywords" in...
2024-03-01
1h 42
core.py
Episode 7: The Old Parser
Context-free grammars, non-deterministic finite automatons, left-to-right leftmost derivations... what even is all that?! Today we're talking about how Python parses your source code. We start gently with how this worked in the past. Come listen to Łukasz's high-level explanations and Pedantic Pablo's "well actuallys". # Timestamps (00:00:00) INTRO (00:01:35) You can still download Python 1.0! (00:02:19) The original tokenizer (00:03:10) What even is a tokenizer? (00:04:08) FUN FACTS ABOUT THE TOKENIZER (00:04:34) Circumflex (00:05:16) Python's invisible braces (00:08:29) Backticks in the syntax (00:11:00) Where are the comments st...
2024-01-31
1h 23
core.py
Episode 6 - An Exceptional Episode
Happy New Year! In this episode we're talking about exceptions, how they work, and how they evolved. Expect the unexpected. # Timestamps (00:00:00) INTRO (00:01:43) How does a 'try' block work? (00:04:00) How many 'try' blocks can you fit on a bus? (00:05:56) How does Python store the current exception? (00:09:30) Pre-history: exceptions as strings (00:12:59) Try out string exceptions with CentOS 5 (00:14:28) PEP 341: Combining 'finally' and 'except' in one 'try' block (00:16:15) Core Hacker in Residence (00:16:51) PEP 3109: Raising exceptions in Python 3K (00:19:17...
2024-01-08
1h 31
core.py
Episode 5 - Cinder with Carl Meyer
This time we're hosting a special guest: Carl Meyer from Meta. What is Cinder, how does it work, and how does it intersect with the future of Python 3? Find out in today's episode. 100% serious stuff! # Timestamps (00:00:00) INTRO (00:00:53) Carl Meyer's war story (00:02:27) CINDER (00:03:22) Static Python makes things significantly faster (00:08:15) Cinder JIT and how it's tuned for Instagram (00:11:57) Strict Python and the joy of import side effects (00:16:35) The static typing controversy (00:18:52) Upstreaming changes from Cinder? (00:22:53) PEP 709: Comprehen...
2023-12-11
1h 21
core.py
Episode 4 - Frame Evaluation
What makes Python an interpreter? Today we're talking about ceval.c, the wonders of frame evaluation, and how it changed over the years. # Timestamps (00:00:00) INTRO (00:00:59) BACK TO PYTHON 2.6 (00:02:53) Stack virtual machine (00:04:41) First encounter with opcodes (00:08:06) What even is frame evaluation? (00:12:51) Stack! Which stack? (00:15:46) PRESENT DAY (00:16:41) Computed gotos (00:21:22) PEP 523: JIT me, maybe (00:26:53) Let's generate the interpreter (00:29:08) The JIT is coming (00:33:13) Python function call inlining (00:37:23) Instrumentation: DTrace, PEP 669 (00:41:50...
2023-11-29
1h 13
core.py
Episode 3 - Imports, frozen modules, Python news
What happens when you type “import abc”? Why does it say the module is frozen? What significant changes landed in Python in the past two weeks? And why does the “PR of the Week” jingle go so hard? Find out in this week’s episode! # Timestamps (00:00:00) INTRO (00:01:12) IMPORTS (00:02:21) Here be dragons (00:02:42) High level summary (00:05:12) Finders and Loaders (00:06:29) Loading encrypted modules (00:08:13) Debugging by altering someone else's code (00:10:08) Support for site-packages (00:14:22) Nefarious uses of imports (00:17:28) Tagged str...
2023-11-13
1h 11
core.py
Episode 2 - PEP 703: Removing the GIL
We've read the PEP on making the Global Interpreter Lock optional so you don't have to. Timestamps (00:00:00) Intro (00:00:50) CURRENT STATE OF THINGS (00:00:58) Reference counting (00:01:35) Garbage collection (00:02:33) What is the Global Interpreter Lock? (00:03:57) The GIL and threading (00:07:24) Current ways around the GIL (00:09:26) HISTORICAL ATTEMPTS TO REMOVE THE GIL (00:09:46) 1999: Greg Stein's attempt at Python 1.6 (00:10:46) Jython doesn't have the GIL (00:11:19) 2015: Larry Hastings' Gilectomy at Python 3.5 (00:12:34) Pablo says removing the GIL is actually very easy
2023-10-30
1h 14
core.py
Episode 1 - Core Sprint in Brno & Python 3.13.0 alpha 1
In this first episode Pablo and Łukasz talk about what happened in at the 2023 Cpython Core Developer sprint. Join us and learn from our ramblings about a possible new CPython new JIT compiler, how we are making the REPL easier, what in the world is a memory hive, and how we are trying to make a new C API without making everyone mad. Timestamps (00:00:00) Intro (00:01:02) Cpython core developer sprint (00:04:54) Pablo's highlights (00:06:09) Łukasz's highlights (00:08:08) Coverage in the standard library (00:12:20) Improving CP...
2023-10-30
1h 11
Nóz da Nutrição
Cem Mil Margaridas: a luta pelo bem viver é uma luta pela segurança e soberania alimentar – BoCA
Bem-vindo(a)s a mais um incrível episódio do BoCA - Boas Conversas Alimentam, um projeto conduzido pelo Instituto Comida do Amanhã, em parceria com o Nóz da Nutrição. Este espaço é dedicado a amplificar vozes diversas que moldam e desafiam nosso sistema alimentar, promovendo resiliência, justiça e biodiversidade. Nesse episódio acompanharemos a história da Marcha das Margaridas sua relação com os sistemas alimentares e sua principal motivação. A Renata Motta contará um pouco sobre achados de sua pesquisa que tem como tema a Marcha das Margaridas no Grupo de Pesquisa Food for...
2023-10-25
20 min
The Python Show
16 - Python Core Development with Pablo Salgado
Python 3.12 is coming out next week, so I spoke with Pablo Galindo Salgado this week. Pablo is a member of the Python Steering Council and a core Python developer. He was also the Python 3.10/3.11 release manager. Pablo also helped create Memray, a memory profiler for PythonYou can follow Pablo on Twitter or sponsor his open-source work on GitHub.Links* Follow The Python Show on Twitter / X* Follow Mike Driscoll on Twitter / X* Python Books by Mike Driscoll* Learn more about Python on...
2023-09-27
40 min
terapyon channel
#72 PyCon US 2023 ひとり振り返り
Note: 00:00:00 Podcast 72回目 00:00:05 2023年5月ゴールデンウィーク連休の過ごし方 00:00:54 組み立てパソコンを少し何とかしようと頑張り中。ディープラーニング用にVRAM多めのマシン準備中 00:03:31 PyCon US 2023振り返り開始 00:04:52 現地での余裕もなく、4泊6日の弾丸ツアー 00:06:41 モチベーションというのは今年は、PyCon APACコミュニティブースを作ることができた 00:07:44 4月20日に移動し、シアトル経由でソルトレイクシティへ 00:09:49 今回のAPACブースで日本チームで折り紙を準備して持っていた 00:13:15 Day 1 の4月21日金曜日スタート 00:16:05 Day 1は基本的にはブースにいた 00:16:59 APACメンバーで夕食食べようってフードコートに行ったあと、AWS企業パーティーにも参加 00:19:38 続いてDay2について 00:19:59 Day 2の午前中はメイントークを聞いた 00:21:31 今回の写真のベストショット https://twitter.com/terapyon/status/1650757660952924160 00:21:49 D&IでのPSF理事の多様性とくにアジアからいない話が強いメッセージがあった 00:24:41 各種コミュニティ動画を撮影した 00:25:55 PSF Members ランチに参加 00:26:18 トークを聞いた 「How memory profilers work / Pablo Galindo Salgado」 00:27:33 いろんなブースのインタビューを撮った。PyCon JP TVで公開する予定 00:27:57 KwonHanのLTは良かった 00:29:02 PyLadies Auctionに参加 00:30:37 もう一杯ちょっとどっか飲みに行こうかなんて話を外でしてたらですね、ウイスキーパーティーに誘われて行った。面白かった。 00:31:58 ウィスキーパーティからカメラの話 00:34:22 Day3は少し出遅れたが、PyCons LTにぎりぎり間に合った 00:36:36 ポスターセッションとジョブフェアに参加 00:37:46 最後はキーノートからクロージングにかけて 00:38:44 グイドさんのPyConの20年の歴史 00:41:40 Python Asia構想のミートアップをやった 00:43:05 夕食は韓国チームなどとピザ屋へ行き、その後バーへ行った 00:45:05 翌日は朝8時の飛行機でサンフランシスコ経由で成田に帰国 00:47:33 今回のカンファレンスのまとめと感想 00:49:48 来年の2024年はピッツバーグで5月15日から開催
2023-05-04
51 min
Objetivo 33 Podcast
EP2 | Previa GP Jeddah 2023: La prueba de fuego
Episodio 2, correspondiente a la previa del Gran Premio de Jeddah que se celebrará este fin de semana, del 17 al 19 de marzo, en Arabia Saudí. Esta vez, además de Jose Galindo y David Montes, estará en el programa analizando toda la actualidad Pablo Berlanga, más conocido en redes sociales como Doumbia. Muchas noticias, rumores y certezas sobre la segunda cita del campeonato de F1 2023.
2023-03-16
43 min
Ilumina, Impulsa e Inspira illy
Creatividad
Creatividad. . Eres un Gran Ser que posees la habilidad y el talento para generar ideas nuevas e innovadoras. . Creatividad que ayuda a resolver problemas de manera original, ecológica, eficiente y sustentable; lo que detona la creación de nuevos productos, servicios y procesos que mejoran la calidad y la cualidad de la vida de las personas y el desempeño de las empresas. . Eres un Gran Ser que aprendes a pensar de manera convergente y divergente. Que buscas la inspiración en diferentes campos y áreas de la ciencia y el conocimiento. . Creatividad es experimentar y jugar con diferentes mater...
2023-01-26
03 min
Tinto con Wojtyla
T.1 EP.6 - Desde el corazón de la Madre Adela Galindo SCTJM
En un mundo lleno de confusiones nace al cielo una voz de esperanza que grita no tengan miedo! Una voz que encarna la verdad en medio de tanta mentiras. Esa voz que se hace amigo, hermano y un papá; es San Juan Pablo II. Para aprender más sobre este gran amigo quien mejor que la madre Adela Galindo, una madre consagrada, que conoció su corazón, y continúa compartiendo su legado en el día a día. En este capítulo la madre Adela Galindo nos estará compartiendo sobre la hermosa amistad espiritua...
2022-11-16
24 min
Co3 Radiolab
Co3 78- Pablo Galindo, Music for All.
En este nuevo episodio hablamos con Pablo Galindo, profesor de la UGR en el departamento de Sociología, que nos hablará de Music for All, de la cual el es fundador y que busca promocionar la cultura musical entre todas las personas, independientemente de sus capacidades. Hablaremos de la celebración de un concierto totalmente accesible a personas con diversidad funcional de Rigoberta Bandini el pasado 21 de octubre en Málaga.
2022-11-05
32 min
The Real Python Podcast
Fostering an Internal Python Community & Managing the 3.11 Release
Does your company have a plan for growing an internal Python community? What are the attributes to look for when bringing someone into your department? This week on the show, Pablo Galindo Salgado returns to talk about building community through the Python Guild at Bloomberg and managing the release of Python 3.11. Pablo describes how the Python Guild started and currently operates inside Bloomberg. We talk about how it fosters community and acts as a way to promote internally developed tools across disparate teams. We also discuss how work groups use it to find new internal candidates for...
2022-10-21
1h 09
The Real Python Podcast
Using a Memory Profiler in Python & What It Can Teach You
Have you used a memory profiler to gauge the performance of your Python application? Maybe you’re using it to troubleshoot memory issues when loading a large data science project. What could running a profiler show you about a codebase you’re learning? This week on the show, Pablo Galindo Salgado returns to talk about Memray, a powerful tracing memory profiler. Pablo developed Memray while working at Bloomberg to track memory allocations beyond Python code into native extensions and the interpreter itself. It’s a compelling tool that provides fine-grain reports to help you understand where memory is use...
2022-10-07
1h 03
EMPRENDIMIENTO | Concreta tus ideas de negocio
Rol del emprendedor en el desarrollo económico | Pablo Galindo
En esta conferencia impartida por Pablo Galindo, se abordan varios temas relacionados con los desafíos que enfrentan los emprendedores en América Latina. Galindo comienza contextualizando las dos conferencias anteriores, una centrada en las dificultades de los emprendedores latinoamericanos para escalar desde la perspectiva de los inversionistas y la otra enfocada en las competencias personales necesarias para liderar emprendimientos tecnológicos. Luego, Pablo menciona la limitación en la escalabilidad de los emprendimientos latinoamericanos debido a la elección de oportunidades de mercado replicadas de Estados Unidos; argumenta que al dirigirse a la base de la pirámide en Améric...
2022-09-26
38 min
Mentores con Maite
SET #96: "El dolor y la pasión lo cambian todo" - Nayeli Pereznegrón Galindo
Nayeli tiene una historia increíble, al perder a su hijo de dos años, entendió el sentido del dolor y de la vida. Lo cuenta en sus libros que han tenido el 1er lugar en ventas en el primer fin de semana. Es esposa y mamá de tres. Abogada con honores por la Universidad del Valle de México con especialidad en The University of Liverpool en Inglaterra. Maestría con honores en Teología Pastoral por The University of St. Thomas en Houston, Texas. Tiene una especialidad en “Economics” por Lumsa Universitá en Italia. Form...
2022-06-20
1h 32
Ilumina, Impulsa e Inspira illy
Sentirle
Sentirle . Es bueno, amor, sentirle cerca de mí en la noche y que este invisible en su sueño; sabiamente nocturna, mientras yo desenredo mis angustias y preocupaciones como si fueran redes confundidas. . Ausente, por los sueños se que su corazón navega, mientras que su cuerpo abandonado respira lentamente buscándome hasta verme, para acompañarme, bendecirme y cuidar mi sueño con su espíritu, Así Voçē preciosa, se multiplica en las penumbras. . Erguida, serás otra que mañana vivirá un increíble amanecer, con nuevas fronteras, que has conquistado durante la noche, de este ser y cómo ser ete...
2022-06-02
04 min
Ilumina, Impulsa e Inspira illy
Reina
REINA . Yo le he nombrado reina... . Hay más altas que Voçē, hay más altas... . Hay más perfectas que Voçê, hay más perfectas… . Hay más puras que Voçē, hay más puras… . Hay más sabias que Voçē, hay más sabias... . Hay más bellas que Voçē, hay más bellas... . Sin duda alguna yo solo se que... . Voçē tiene la mayor grandeza en su alma, . Voçē tiene la maxima pureza en su espíritu, . Você tiene la máxima perfección en su actitud. . Você tiene la máxima sabiduría en su generosidad… . Voçē tiene la más bella mirada de...
2022-05-21
04 min
Histórias infantis de Pai para Filha
Ep. 78 - Pode Chorar, Coração, Mas Fique Inteiro
É muito difícil dizer adeus a quem a gente ama. Mas nesse poético livro, a morte não é assustadora nem cruel, e sim gentil e admiradora da vida. Uma linda obra para falar com as crianças sobre um assunto difícil e inevitável. De: Glenn Ringtved Ilustrações: Charlotte Pardi Tradução: Caetano W. Galindo Editora: Companhia das Letrinhas Música: Erik Saite, Gymnopédie N.1 para violão acústico. Execução: Accou Music; Johan Halvorsen, Passacaglia para violino e viola (www.musopen.org) ____ O Hi...
2022-05-20
09 min
codebasics
Conversation With a Python Steering Council Member
Python Steering Council is the final authority on any major decision making for the Python programming language. In this video, I had a conversation with Pablo Galindo who is one of the 5 members of the steering council. Topics that were discussed are available in timestamps section below, Python steering council members (as of Jan 2021): https://www.python.org/dev/peps/pep-8102/#results Pablo's nomination: https://discuss.python.org/t/steering-council-nomination-pablo-galindo-salgado-2021-term/5720
2022-05-12
1h 07
Ilumina, Impulsa e Inspira illy
Abeja encantadora
Abeja encantadora . Abeja ebria por su dulce miel zumbas a cada instante en mi alma y me tuerces en lentas espirales de humo. . Soy el desesperado, la palabra sin ecos, el que lo perdió todo, y el que lo tuvo todo. . Y gracias a la presencia de su mágica mirada de miel recuperé mi alma, espíritu, sabiduría y serenidad . Última amarra, cruje en ti mi ansiedad última. . En mi tierra desierta eres la última y la más bella rosa. . Voce es Quién vino a iluminar e inyectarle energía con su brillo mi mirada. . Voce es Quién en...
2022-05-12
04 min
Ilumina, Impulsa e Inspira illy
Amor divino
Amor divino . Amor Juegas todos los días iluminando el universo. , Amor Sutil niña visitadora, llegas en la flor y en el agua. , Amor Eres más que esta tierna mirada de miel que beso como un racimo de flores entre mis manos cada día. , Amor a nadie te pareces desde que yo te amo. Déjame tenderte entre las Hortensias blancas. , Amor ¿Quién escribe su nombre con letras de humo entre las estrellas del sur? , Amor Ah déjame recordarte cómo eras entonces, cuando aún ni existías. , Amor De pronto el viento aúlla y golpea...
2022-05-11
04 min
The Real Python Podcast
Creating Better Error Messages for Python 3.10 & 3.11
What goes into creating those enhanced error messages in the latest versions of Python? How does the new PEG parser help to pinpoint where errors have occurred? This week on the show, Pablo Galindo Salgado talks about the work that goes into creating these improvements. Pablo is a core CPython developer and is the release manager for Python versions 3.10 and 3.11. He is also serving his second term on the Python Steering Council. Pablo is pleasantly surprised by the positive feedback for the new error messages in Python 3.10. He shares some of the upcoming enhancements for 3.11...
2022-04-08
1h 21
Podcast proConf
#119 EuroPython 2021 - Python 2 все еще на коне? | Будущее языка | Тесты и документация не нужны
Доклады: Pablo Galindo Salgado - Nobody expects the Spanish inquisition ( https://youtu.be/DLn9J93--BY ) Zac Hatfield Dodds - Stop Writing Tests! ( https://youtu.be/IcvCTHcYoMg ) Marc-Andre Lemburg - Thoughts on the Future of Python ( https://youtu.be/bLffgaVC1Os ) Miroslav Šedivý - Should We Return to Python 2? ( https://youtu.be/bV_v81v7MMM ) Sebastian Witowski - Python Versions and Dependencies Made Easy ( https://youtu.be/yfHOlS4rqdY ) Joannah Nanjekye - Python the Bad Parts ( https://youtu.be/dBpxdaDo12I ) Meredydd Luff - Writing Better Documentation for Developers ( https://youtu.be/kNpyC4LY5gI ) Michał Wodyński - Python security be...
2022-01-29
1h 43
SISE Podcast
Cultura Pop / Recordando Naruto
Nuestros estudiantes de la Macrosede Este conversaron sobre la popular serie de animación japonesa Naruto, obra creada por Masashi Kishimoto. Participan: Pablo Galindo y Jerson Zevallos. Este espacio es producido por SISE Radio. Instituto SISE, #HazlaBien
2022-01-11
06 min
Jalisco Radio
Entrevista a Carlos Galindo - AltoParlante
Escucha la entrevista a... Carlos Galindo en AltoParlante.Con quien hablamos acerca de su nuevo libro "Migración Monarca".Conducción: Begoña Lomeli y Juan Pablo Balcells.Edición: Martin Cordero.Producción: Armando Tiburcio "Chaak".
2021-12-21
07 min
La Hora Caníbal
La Hora Caníbal #108: David Galán Galindo ("Gora Automatikoa")
Con motivo de la visita de David Galán Galindo al festival Tracking Bilbao, a propósito de la premiere de su nueva película, 'Gora automatikoa', el excelso Crespo entrevista al director de 'Orígenes secretos' en la Escuela de Cine del País Vasco. Una conversación sumamente alimenticia sobre los entresijos del arte y el negocio cinematográfico. Por supuesto, se habla también de cómic, mucho cómic. Al final hay un extra bonus con una entrevista al propio David y los co-directores de 'Gora automatikoa', Esau Dharma y Pablo Vara. Un programa ideal para estudiante...
2021-12-20
1h 22
La Hora Caníbal
La Hora Caníbal #108: David Galán Galindo ("Gora Automatikoa")
Con motivo de la visita de David Galán Galindo al festival Tracking Bilbao, a propósito de la premiere de su nueva película, 'Gora automatikoa', el excelso Crespo entrevista al director de 'Orígenes secretos' en la Escuela de Cine del País Vasco. Una conversación sumamente alimenticia sobre los entresijos del arte y el negocio cinematográfico. Por supuesto, se habla también de cómic, mucho cómic. Al final hay un extra bonus con una entrevista al propio David y los co-directores de 'Gora automatikoa', Esau Dharma y Pablo Vara. Un programa ideal para estudiante...
2021-12-20
1h 22
La Hora Caníbal
La Hora Caníbal #108: David Galán Galindo ("Gora Automatikoa")
Con motivo de la visita de David Galán Galindo al festival Tracking Bilbao, a propósito de la premiere de su nueva película, 'Gora automatikoa', el excelso Crespo entrevista al director de 'Orígenes secretos' en la Escuela de Cine del País Vasco. Una conversación sumamente alimenticia sobre los entresijos del arte y el negocio cinematográfico. Por supuesto, se habla también de cómic, mucho cómic. Al final hay un extra bonus con una entrevista al propio David y los co-directores de 'Gora automatikoa', Esau Dharma y Pablo Vara. Un programa ideal para estudiante...
2021-12-20
1h 22
Coder Radio
434: Coding Gungan Style
It's final push time on a big project for Mike, but Chris is the one who is exhausted. Still we've got some new insights into testing and thoughts on an emerging category of developer. Plus, why the hermit developer is alive and well, some important feedback, and a Python tip.Sponsored By:A Cloud Guru: A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.Linode: Receive a $100 60-day credit towards your new account. Promo Code: linode.com/coderDatadog: Try Datadog free by starting a your 14-day trial and...
2021-10-07
44 min
Coder Radio Video
Coding Gungan Style | Coder Radio 434
It's final push time on a big project for Mike, but Chris is the one who is exhausted. Still we've got some new insights into testing and thoughts on an emerging category of developer. Plus, why the hermit developer is alive and well, some important feedback, and a Python tip.Sponsored By:A Cloud Guru: A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.Linode: Receive a $100 60-day credit towards your new account. Promo Code: linode.com/coderDatadog: Try Datadog free by starting a your 14-day trial...
2021-10-06
00 min
All Jupiter Broadcasting Shows
Coding Gungan Style | Coder Radio 434
It's final push time on a big project for Mike, but Chris is the one who is exhausted. Still we've got some new insights into testing and thoughts on an emerging category of developer. Plus, why the hermit developer is alive and well, some important feedback, and a Python tip.Sponsored By:A Cloud Guru: A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.Linode: Receive a $100 60-day credit towards your new account. Promo Code: linode.com/coderDatadog: Try Datadog free by starting a your 14-day trial...
2021-10-06
00 min
República Web
Trabajar en el core de Python con Pablo Galindo – República Python (II)
Nuevo episodio de la serie especial dedicada a Python presentada por Andros Fenollosa. En este segundo episodio Andros tiene la oportunidad de charlar un buen rato con Pablo Galindo, desarrollador del core de Python y miembro de la Python Software Foundation. Pablo Galindo es una de la personas referentes del lenguaje Python en español y actualmente trabaja para la empresa Bloomberg en Londres, donde dedica parte de su tiempo a la evolución del lenguaje. Entre las cuestiones que se hablan en el episodio: - Formación y primeros contactos con el lenguaje. - Actividad profesional. - Mantenimiento económico...
2021-10-02
1h 21
República Web
Trabajar en el core de Python con Pablo Galindo – República Python (II)
Nuevo episodio de la serie especial dedicada a Python presentada por Andros Fenollosa. En este segundo episodio Andros tiene la oportunidad de charlar un buen rato con Pablo Galindo, desarrollador del core de Python y miembro de la Python Software Foundation. Pablo Galindo es una de la personas referentes del lenguaje Python en español y actualmente trabaja para la empresa Bloomberg en Londres, donde dedica parte de su tiempo a la evolución del lenguaje. Entre las cuestiones que se hablan en el episodio: - Formación y primeros contactos con el lenguaje. - Actividad profesional. - Mantenimiento económico...
2021-10-02
1h 21
República Web
Trabajar en el core de Python con Pablo Galindo - República Python (II)
Nuevo episodio de la serie especial dedicada a Python presentada por Andros Fenollosa. En este segundo episodio Andros tiene la oportunidad de charlar un buen rato con Pablo Galindo, desarrollador del core de Python y miembro de la Python Software Foundation. Pablo Galindo es una de la personas referentes del lenguaje Python en español y actualmente trabaja para la empresa Bloomberg en Londres, donde dedica parte de su tiempo a la evolución del lenguaje. Entre las cuestiones que se hablan en el episodio: Formación y primeros contactos con el lenguaje.Actividad profesional.Mantenimiento eco...
2021-10-02
1h 20
Voces
Entrepiernas, platicando del doblaje de voz para cine, series, etc. con Aline Galindo
Entrepiernas Juan Pablo Rivas y Rebeca Dallal platican con Aline Galindo sobre cómo usa su voz para el doblaje de películas, series y programas y para hacer anuncios.
2021-09-23
50 min
Python en español
Python en español #24: Tertulia 2021-03-16
Evolución de la sintaxis de Python, comunidades locales y metareferencias a las grabaciones de las tertulias https://podcast.jcea.es/python/24 Participantes: Jesús Cea, email: jcea@jcea.es, twitter: @jcea, https://blog.jcea.es/, https://www.jcea.es/. Conectando desde Madrid. Jesús, conectando desde Ferrol. Víctor Ramírez, twitter: @virako, programador python y amante de vim, conectando desde Huelva. Eduardo Castro, email: info@ecdesign.es. Conectando desde A Guarda. Gato, desde Chile. Audio editado por Pablo Gómez, twitter: @julebek. La mús...
2021-06-07
1h 25
Python en español
Python en español #18: Tertulia 2021-02-02
Anotaciones de tipos: ¿Son pythónicas? También versiones de paquetes y grafos de dependencias https://podcast.jcea.es/python/18 En este audio hay un hablante que no identifico. ¿Quien es?. Es quien habla, por ejemplo, en 01:06:00 o en 01:12:00. ¿Antoni? Participantes: Jesús Cea, email: jcea@jcea.es, twitter: @jcea, https://blog.jcea.es/, https://www.jcea.es/. Conectando desde Madrid. Víctor Ramírez, twitter: @virako, programador python y amante de vim, conectando desde Huelva. Dani, conectando desde Málaga. Eduardo Castro, email: info@ecdesign.es. Conectando desde A ...
2021-05-20
2h 00
Python en español
Python en español #17: Tertulia 2021-01-26
Eduardo Castro se desata y nos invita a comentar trucos y construcciones idiomáticas no evidentes https://podcast.jcea.es/python/17 Participantes: Jesús Cea, email: jcea@jcea.es, twitter: @jcea, https://blog.jcea.es/, https://www.jcea.es/. Conectando desde Madrid. Eduardo Castro, email: info@ecdesign.es. Conectando desde A Guarda. Javier, conectando desde Madrid. Víctor Ramírez, twitter: @virako, programador python y amante de vim, conectando desde Huelva. Dani, conectando desde Málaga. Miguel Sánchez, email: msanchez@uninet.edu, conectando desde Canarias.
2021-05-18
2h 13
Bilbao Kultura Social Forum
Pablo Galindo Calvo, Fundación Music for All "El reto de una industria cultural y musical accesible, diversa e inclusiva"
Día 3. "El reto de una industria cultural y musical accesible, diversa e inclusiva" "Si todo el mundo puede y debe consumir cultura, todo el mundo debe contribuir a su construcción y creación” Pablo Galindo, Director de Music for All , reflexiona sobre el reto de una industria cultural, diversa y accesible. Descubre más en www.fsforum.online
2021-05-07
12 min
Python en español
Python en español #13: Tertulia 2020-12-29
Resolución de Issue35930: Raising an exception raised in a "future" instance will create reference cycles https://podcast.jcea.es/python/13 Participantes: Jesús Cea, email: jcea@jcea.es, twitter: @jcea, https://blog.jcea.es/, https://www.jcea.es/. Conectando desde Madrid. Víctor Ramírez, twitter: @virako, programador python y amante de vim, conectando desde Huelva. Miguel Sánchez, email: msanchez@uninet.edu, conectando desde Canarias. Juan Carlos. Plutarco, conectando desde Madrid. Eduardo Castro, email: info@ecdesign.es. Conectando desde A Guarda. Julio, conec...
2021-04-30
2h 29
El Silencio de Cieza
#ConocelaAgonía PODCAST 06
En este sexto programa conocemos nuestra hermandad a través de Pablo Galindo, presidente de la cofradía desde 1973 hasta 1978 . Además, nuestro hermano y periodista, Alejo Lucas, nos deja la locución del texto '' Procesión del Silencio'' Desde la Cofradía del Santísimo Cristo de la Agonía queremos agradecer a ONDA CIEZA y Antonio Buitrago la cesión de sus instalaciones para la grabación de este podcast. 📲¡Síguenos!
2021-03-25
43 min
¡Galindo! en Mañana Es tarde
Tertulia Política 15/03/21 Juan Carlos Galindo y Luis Gil Orozco - Episodio exclusivo para mecenas
Agradece a este podcast tantas horas de entretenimiento y disfruta de episodios exclusivos como éste. ¡Apóyale en iVoox! Dedicamos íntegramente el programa, a analizar lo que está pasando en el mundo político, que no es poco. Contaremos con el consultor político LUIS GIL-OROZCO y un servidor de ustedes MANO A MANO, ¡¡¡ 50 minutos de conversaciones de política entre amigos!!! Ciudadanos, Pablo Iglesias, los tránsfugas, Toni Canto… Escucha este episodio completo y accede a todo el contenido exclusivo de ¡Galindo! en Mañana Es tarde. Descubre antes que nadie los nuevos episodios, y participa en la comunidad exclus...
2021-03-16
40 min
¡Galindo! en Mañana Es tarde
Informe Galindo 15/03/2021 / Juan Carlos Galindo, Hablamos de política actual, - Episodio exclusivo para mecenas
Agradece a este podcast tantas horas de entretenimiento y disfruta de episodios exclusivos como éste. ¡Apóyale en iVoox! En esta edición contaremos con los siguientes invitados: Tendremos en nuestra sección económica a BASILIO RAMÍREZ PASCUAL que nos hablará sobre Las últimas novedades sobre la economía nuestra de cada día, danos de hoy¡¡ SECCIÓN COMPLETA: https://cutt.ly/kzMzmRY Acto seguido dedicaremos íntegramente el programa, a analizar lo que está pasando en el mundo político, que no es poco. Contaremos con el consultor político LUIS GIL-OROZCO y un servidor de ustedes MANO A MANO, ¡¡¡ 5...
2021-03-15
58 min
d/t Podcast // DECENTRALIZED TECHNOLOGIES //
d/t Podcast 26 // TALKS ON ENTREPRENEURSHIP // Pablo Galindo, Co-Founder, Gestla Ventures
¡Bienvenidos al d/t Podcast! Un espacio de conversaciones alrededor de Blockchain y Activos Digitales con el fin de ampliar la perspectiva sobre la importancia y las oportunidades en la adopción de tecnologías de código abierto. Un episodio con muchos insights del ecosistema de emprendimiento en Guatemala. Pablo nos cuenta un poco de su historia y comparte anécdotas sumamente interesantes. Es un episodio que nos hace reflexionar sobre la innovación en economías emergentes como la nuestra. Special Guest: Pablo Galindo: https://www.linkedin.com/in...
2020-11-17
37 min
EMPRENDIMIENTO | Concreta tus ideas de negocio
Pablo Galindo: ¿Qué es un modelo de negocio? | Capacitación Premio Citi 2020
Inspírate, crea nuevos proyectos y expande tu conocimiento en http://www.newmedia.ufm.edu La crisis por el coronavirus trajo consigo una serie de consecuencias para la economía y la humanidad. Pablo Galindo, en el marco del tema de emprendimiento, expuso por qué este es un momento histórico para emprender y tres ideas para entender los modelos de negocio: 1. Definición de un modelo de negocio. 2. Diferencia entre un modelo de negocio tradicional y uno digital. 3. Las estrategias de financiamiento y crecimiento según los dos tipos de modelo de negocio.
2020-10-26
30 min
The Python Podcast.__init__
The Journey To Replace Python's Parser And What It Means For The Future
Summary The release of Python 3.9 introduced a new parser that paves the way for brand new features. Every programming language has its own specific syntax for representing the logic that you are trying to express. The way that the rules of the language are defined and validated is with a grammar definition, which in turn is processed by a parser. The parser that the Python language has relied on for the past 25 years has begun to show its age through mounting technical debt and a lack of flexibility in defining new syntax. In this episode Pablo Galindo...
2020-10-20
1h 05