If you've ever wished Excel could handle text patterns the way Python or JavaScript does, these functions deliver exactly ...
This package provides a python decorator to save on disk and reuse the results of functions that are long to execute. This can be referred to as persistent memoization. The result of a decorated ...
Tired of out-of-memory errors derailing your data analysis? There's a better way to handle huge arrays in Python.
This library contains a pure-Python implementation of the HMAC-based key derivation function (HKDF) as specified in RFC 5869. The order and names of arguments within the function signatures in this ...