Hacker News new | ask | show | jobs
by vanusa 1632 days ago
Well it does seem to be a cute filter for Python programming ability in that they definitely need to have taken a tour of the modern standard library to come up with

  min(x)
  max(x)
  statistics.mean(x)
  statistics.median(x)
But still - no 'for' loops? No if-then-else? You might be giving some of these candidates a pass.
1 comments

It's really just to make the point that you will need to write real code and answer technical questions in this process. And it provides an easy way to for them to drop out if they decide they don't want to do that.
Well put. I appreciate your clarifications.