palpyutil 0.0.3

Last updated:

0 purchases

palpyutil 0.0.3 Image
palpyutil 0.0.3 Images
Add to Cart

Description:

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]).

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.