Guido van Rossum
![Guido van Rossum](/assets/img/authors/unknown.jpg)
Guido van Rossum
Guido van Rossumis a Dutch programmer who is best known as the author of the Python programming language. In the Python community, Van Rossum is known as a "Benevolent Dictator For Life", meaning that he continues to oversee the Python development process, making decisions where necessary. He was employed by Google from 2005 until 7 December 2012, where he spent half his time developing the Python language. In January 2013, Van Rossum started working for Dropbox...
NationalityDutch
ProfessionScientist
Guido van Rossum quotes about
simple bugs causes
There is an incredibly large spectrum of possible causes for program bugs, including simple typos, "thinkos," hidden limitations of underlying abstractions, and outright bugs in abstractions or their implementation.
python support get-better
Modern programs must handle Unicode —Python has excellent support for Unicode, and will keep getting better.
dutch-scientist language places users
Invariably, you'll find that if the language is any good, your users are going to take it to places where you never thought it would be taken.
mistake should-have data
It's easy to make mistakes that only come out much later, after you've already implemented a lot of code. You'll realize Oh I should have used a different type of data structure. Start over from scratch.
conceived dutch-scientist independence key platform start tied
I think the real key to Python's platform independence is that it was conceived right from the start as only very loosely tied to Unix.
hate learning guarantees-that
Don't you hate code that's not properly indented? Making it [indenting] part of the syntax guarantees that all code is properly indented.
independent python java
Mark Hammond is working in this area, with Windows Scripting Host. It is definitely an area where Python fits almost perfectly. That's quite independent from Java, actually.
python people advice
My own perception of that is somewhat colored by where people ask my advice, which is still, of course, about changes to Python internals or at least standard libraries.