Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 238 Bytes

Utils

The utils package defines a few convenient algorithms used by the rest of the packages. For example, the pairs.py file includes a function (make_pairs) to pair the elements of a list, yielding a new list of paired elements.