Best Python Tricks
https://gist.github.com/JeffPaine/6213790Most of the examples involve making your code much faster by using iterators instead of creating copies of the data. Example: xrange
Here's the video: https://www.youtube.com/watch?v=OSGv2VnC0go