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.
Guido van RossumModern programs must handle Unicode โPython has excellent support for Unicode, and will keep getting better.
Guido van RossumDon't you hate code that's not properly indented? Making it [indenting] part of the syntax guarantees that all code is properly indented.
Guido van RossumI 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.
Guido van Rossum