Most viewed recipes tagged "nest"http://code.activestate.com/recipes/tags/nest/views/2010-02-25T03:50:09-08:00ActiveState Code RecipesNest a flat list (Python)
2010-02-25T03:50:09-08:00Sander Evershttp://code.activestate.com/recipes/users/4173111/http://code.activestate.com/recipes/577061-nest-a-flat-list/
<p style="color: grey">
Python
recipe 577061
by <a href="/recipes/users/4173111/">Sander Evers</a>
(<a href="/recipes/tags/list/">list</a>, <a href="/recipes/tags/nest/">nest</a>, <a href="/recipes/tags/nested/">nested</a>, <a href="/recipes/tags/unflatten/">unflatten</a>).
Revision 2.
</p>
<p>Turn a flat list into a nested list, with a specified number of lists per nesting level.</p>