I decided that retirement was boring and have joined the Developer Division at Microsoft. To do what? Too many options to say! But it’ll make using Python better for sure (and not just on Windows :-). There’s lots of open source here. Watch this space.
Guido van Rossum
3,711 posts
Python's BDFL-emeritus, Distinguished Engineer at Microsoft, Computer History Fellow, fully vaccinated. Opinions are my own. He/him.
- Yeah, so I helped the Excel team with this. Excited that it's out!
- In my high school senior year I was voted "least likely to invent his own programming language."
- It's bittersweet: I'm leaving @Dropbox, and am now retired. I've learned a lot during my time as an engineer here -- e.g. type annotations came from this experience -- and I'll miss working here.
- Replying to @tech_update0 @ethereum and @solanaLet web3 die in a flaming ball of fire.
- Thanks for all the support (email and Twitter). I'm overwhelmed by the responses and won't be replying to most emails in person (except from core devs) but it's much appreciated. I'm still going to be around in the background!
- Python 4 FAQ. 1. The version after 3.9 is 3.10; in fact it already exists (in github master). 2. If there ever is a version 4, the transition from 3 to 4 will be more like that from 1 to 2 rather than 2 to 3.
- The official trailer for the official Python documentary is out!!! ❤️to Ida.The trailer for "Python, the Documentary" by @CultRepo premieres today! 🔥🐍 From its origins in the Netherlands to powering AI at top global companies, this is Python's story. 🎥 The film premieres at @europython in July! Subscribe to @CultRepo's YouTube channel for updates!
00:00 - >>> greetings = ["world hello", "nieuwjaar gelukkig", "happy year new"] >>> for g in greetings: ... words = sorted(g.split()) ... print(" ".join(words).title()) ... Hello World Gelukkig Nieuwjaar Happy New Year >>>
- Today's Python history lesson: Python took its control and data structures from ABC, its identifiers, strings and %-string formats from C, and its regular expressions from Perl. But its # comments (and #!) and -c command line flag came from the UNIX v7 shell.
- It's (even more) official: support for Python 2 ends 1/1/2020. Read why, and what you should do:
- Python 3.7.0 is released! Bring out the celebratory libations. Thanks @baybryj and a cast of thousands on python-dev and GitHub.
- I'm sick of twitter.

