We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Functools practice problems in Python
Difficulty:
Category:
Tag:
Showing 6 of 6
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| cached_property: compute once, release with the instance, invalidate on demand | Medium | Primitives |
|
|
| cache: memoised edit distance behind a validated wrapper | Medium | Primitives |
|
|
| lru_cache on a method: fix the unbounded instance leak | Hard | Primitives |
|
|
| partial: a signature-preserving retrier, and the 3.14 descriptor change | Medium | Primitives |
|
|
| singledispatch: a JSON encoder callers can extend from outside | Hard | Primitives |
|
|
| total_ordering: SemVer, where pre-release sorts before release | Medium | Primitives |
|