Simplify!
lambda (or fix it - def in expressions?)
Tuples in argument lists
def foo(a, (b,c), (d,e), f): …
can replace with optional static typing
range() and xrange()
replace with [:10], [0:10:2]
optimize for i in [:10]: ...
Obsolete library modules
Previous slide
Next slide
Back to first slide
View graphic version