13 Commits (master)

Author SHA1 Message Date
Wirawan Purwanto 6c8c2d8381 * Added: dict_update_nested() for nested dict member copy-update into 10 years ago
Wirawan Purwanto 1eaeb3e68c * Added function: dict_defval and dict_defvals. 10 years ago
Wirawan Purwanto 501552a65a * Added zip_gen() to simulate the effect of built-in zip() function, but 12 years ago
Wirawan Purwanto 41079fd92c * sugar: Added is_iterable(). 12 years ago
wirawan 2a30c20a79 * Added dict_islice to support slicing while ignoring non-existing keys 13 years ago
wirawan 3fbc20ddb0 * Correction on notes. 14 years ago
wirawan 5392a71943 * Correcting minor mistake. 14 years ago
wirawan f1b8746147 * Updating Parameters class: now based on dict. 14 years ago
wirawan fcba27ae24 * Added list_join, much like dict_join, except for list. 14 years ago
wirawan ffd21689be * Parameters class: a way to look for parameters in definite search order 14 years ago
wirawan ba3fcb6b6f * Added: dict_join to join several dicts, with keys from latter dicts taking 14 years ago
wirawan 37b556ded8 * Added dict_slice, a slicing tool returning a subset of a given dict 14 years ago
wirawan 5af79a8000 * Syntactic sugars for quick-and-dirty python programming. 14 years ago