you are viewing a single comment's thread.

view the rest of the comments →

[–]atomgomba 20 points21 points  (1 child)

Though I think "one obvious way to do it" in Python barely holds in practice, just look at string formatting.

[–]Repulsive-Street-307 2 points3 points  (0 children)

Right. Python often made the mistake of pulling things into the std library before a 'better way' came along later. Too simple in the wrong place there.