Guido van Rossum

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
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 support get-better
Modern programs must handle Unicode —Python has excellent support for Unicode, and will keep getting better.
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.
python focus example
In my daily work, I work on very large, complex, distributed systems built out of many Python modules and packages. The focus is very similar to what you find, for example, in Java and, in general, in systems programming languages.
python details java
Now, it's my belief that Python is a lot easier than to teach to students programming and teach them C or C++ or Java at the same time because all the details of the languages are so much harder. Other scripting languages really don't work very well there either.
python needs littles
Python is an experiment in how much freedom programmers need. Too much freedom and nobody can read another's code; too little and expressiveness is endangered.
believe definitely dutch-scientist good object platform
Yes, I definitely believe that it has some good cross-platform properties. Object orientation was one of the techniques I used to make Python platform independent.
again dutch-scientist environment extremely material needs second stream
The second stream of material that is going to come out of this project is a programming environment and a set of programming tools where we really want to focus again on the needs of the newbie. This environment is going to have to be extremely user-friendly.
dutch-scientist labs large lawrence numerical
There was a project at Lawrence Livermore National Labs where many years ago they went down this path for scripting and controlling very large numerical calculations.
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.
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.
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.
levels way tools
I have this hope that there is a better way. Higher-level tools that actually let you see the structure of the software more clearly will be of tremendous value.
design pitfalls language
If you decide to design your own language, there are thousands of sort of amateur language designer pitfalls.