|
|
|
|
|
by smokel
686 days ago
|
|
Hm, I don't think the "one way of doing things" koan holds up in practice, other than being a nice narrative. Nearly all other languages strive for doing things in one way, it is not something that makes Python unique. In fact, Python typically offers a complete mess of ways in which to solve something. Classes are sometimes good, sometimes they're not. Lists or Numpy arrays or Torch tensors, the choice depends mostly on performance, not on style. And Python is evolving. There is optional type checking for instance. |
|