|
|
|
|
|
by ben509
2532 days ago
|
|
Quoth the PEP[1], Guido changed his mind when he found proof that coders would write redundant (and expensive) code to avoid using a separate line to construct a temporary variable. So one might argue that a principle of python is that the language is dictated by how people read and write rather than the other way around... it's pretty hard to say what principles are "core" when they all conflict and you have to weigh various tradeoffs. [1]: https://www.python.org/dev/peps/pep-0572/#the-importance-of-... |
|