The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.


Keywords
pydash, utility, functional, lodash, underscore, python, python3
License
Other
Install
pip install pydash==8.0.0

Documentation

pydash

version coveralls license

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.

Note

Looking for a library that is more memory efficient and better suited for large datasets? Check out fnc! It's built around generators and iteration and has iteratee-first function signatures.