utils#
Functions
Collect data into fixed-length chunks or blocks |
|
Requires items in list to already be grouped by first item. |
|
A much faster A, B, C = zip(*[(a, b, c), (a, b, c), ...]) May return lists or tuples. |
Classes
dot.notation access to dictionary attributes Credit: derek73 @ https://stackoverflow.com/questions/2352181 |
|