Joshua Judson Rosen (rozzin)'s status on Thursday, 13-Oct-2016 23:50:19 EDT
-
Joshua Judson Rosen (rozzin)'s status on Thursday, 13-Oct-2016 23:50:19 EDT Joshua Judson Rosen @steve, the lambda in things like "lambda w: w.lower()" is also typically superfluous, because you can just pass the *class method* directly, e.g.: sort(…, key=str.lower)