Created
June 15, 2020 22:42
-
-
Save hughdbrown/7447de45e06651c53f6d3e35cbcb1adf to your computer and use it in GitHub Desktop.
Useful python libraries and imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bisect: bisect_left and bisect_right | |
itertools: tee, count, accumulate, chain, groupby; takewhile, dropwhile | |
collections: defaultdict, Counter, deque; namedtuple, ChainMap useful for applications | |
heapq: heapify, heappush, heappop | |
functools: reduce, partial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment