Search code examples
pythonlodash

Lodash for Python?


Is there a library or something similar to lodash, for Python? We use the library extensively on our API and while we move on to creating a series of Python workers, it would make sense to create a similar structure to our API syntactics.


Solution

  • pydash is exactly like lodash, only for Python.