#99: Iterate in Reversed Order Through Your Lists
For a feature I build I needed a simple way to reverse the direction the for-statement iterates through a list. As it turns out, Python has a built-in function called reversed() that does exactly that.