The A-Z of Programming Languages: Python (TechWorld)
[Posted August 19, 2008 by cook]
TechWorld
talks to
Python creator Guido van Rossum.
"
Q:Would you do anything differently if you had the chance?
A:Perhaps I would pay more attention to quality of the standard library modules. Python has an amazingly rich and powerful standard library, containing modules or packages that handle such diverse tasks as downloading web pages, using low-level Internet protocols, accessing databases, or writing graphical user interfaces. But there are also a lot of modules that aren't particularly well thought-out, or serve only a very small specialized audience, or don't work well with other modules.
We're cleaning up the worst excesses in Python 3.0, but for many reasons it's much harder to remove modules than to add new ones -- there's always *someone* who will miss it."
(
Log in to post comments)