Chunking a List - .NET vs Python
- by Abhijeet Patel
Chunking a List
As I mentioned last time, I'm knee deep in python these days. I come from a statically typed background so it's definitely
a mental adjustment. List comprehensions is BIG in Python and having worked with a few of them I can see why.
Let's say we need to chunk a list into sublists…