Happy birthday to Guido van Rossum, born January 31, 1956 🥳

He is a Dutch programmer best known as the creator of the Python programming language, for which he was the "benevolent dictator for life" (BDFL) until he stepped down from the position on 2018 🐍

Guido website 👇
https://gvanrossum.github.io/

Photo credit: Michael Cavotta
License: CC BY-NC-ND 4.0

#Python #BDFL #GuidoVanRossum #gvanrossum

Guido's Personal Home Page

RT Guido van Rossum #gvanrossum

Music fans: I participated in an interview with Weezer's lead Rivers Cuomo in the podcast "Sing for Science" #singforscience

It goes live today at https://youtu.be/a7zhiBgsE9Y and (soon) https://www.singforscience.org/episodes/rivers-cuomo-guido-van-rossum

Rivers Cuomo and Guido van Rossum on Coding

YouTube
Go to definition when you're working on CPython itself · Issue #650 · microsoft/pylance-release

I sometimes use VS Code to debug parts of the CPython stdlib (the parts written in Python). This works great until I hit F12 to go to the definition of a stdlib function in a different module, sinc...