#Python – Splitting a List into Sub Lists

I found this handy post which shows how to neatly split a list in python into a list of sub-lists:

 

http://www.garyrobinson.net/2008/04/splitting-a-pyt.html

 

Cheers Gary!