Last updated:
0 purchases
palpyutil 0.0.3
Shay Palachy’s personal common Python 3 utility functions and classes.
from palpyutil.decorators import lazy_property
@lazy_property
def some_big_calc(param_array):
sub_res = [big_func(param) for param in param_array]
return sum(sub_res)
Installation
Install palpyutil with:
pip install palpyutil
Credits
Created by Shay Palachy ([email protected]).
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.