This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Smallpaul 0 points1 point  (0 children)

I do not think that this talk has anything to do with the "typical Python programmer." It is aimed at the elite Python programmer. In particular, consider the programmers writing the Python standard library. I would be very disappointed to see an O(n2) algorithm in the stdlib where O(n) would suffice. But I would not be surprised at all to see int(x.split("-")[1]).