-
Notifications
You must be signed in to change notification settings - Fork 52
Home
Chris Riederer edited this page May 12, 2016
·
3 revisions
Welcome to the dplython wiki!
Resources:
- https://mtomassoli.wordpress.com/2012/03/18/currying-in-python/
- http://stackoverflow.com/questions/16372229/how-to-catch-any-method-called-on-an-object-in-python
- Sort of define your own operators: http://code.activestate.com/recipes/384122/
- http://pandas.pydata.org/pandas-docs/stable/internals.html
- https://github.com/dask/dask/blob/master/dask/delayed.py (More delayed computation)