palpyutil 0.0.3

Creator: railscoder56

Last updated:

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 (shay.palachy@gmail.com).

License

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

Customer Reviews

There are no reviews.