24 Quotes by Guido van Rossum

  • Author Guido van Rossum
  • Quote

    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.

  • Share

  • Author Guido van Rossum
  • Quote

    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.

  • Share

  • Author Guido van Rossum
  • Quote

    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.

  • Share

  • Author Guido van Rossum
  • Quote

    Don't you hate code that's not properly indented? Making it [indenting] part of the syntax guarantees that all code is properly indented.

  • Tags
  • Share


  • Author Guido van Rossum
  • Quote

    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.

  • Share

  • Author Guido van Rossum
  • Quote

    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.

  • Tags
  • Share

  • Author Guido van Rossum
  • Quote

    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.

  • Tags
  • Share

  • Author Guido van Rossum
  • Quote

    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.

  • Tags
  • Share