We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Api Design practice problems in Python
Difficulty:
Category:
Tag:
Showing 13 of 13
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| Accept broad, return narrow: group_by and merge_counts | Medium | Primitives |
|
|
| Capstone: the upload that cannot be misused | Hard | End-to-End |
|
|
| defaultdict: group rows, hand back a plain dict | Easy | Primitives |
|
|
| Deprecating public API: @warnings.deprecated | Medium | Framework |
|
|
| Exception hierarchies as API design | Medium | Primitives |
|
|
| Generic partition and chunk | Medium | Primitives |
|
|
| kw_only, KW_ONLY and the inheritance ordering wall | Medium | Primitives |
|
|
| @overload: one implementation, several honest signatures | Hard | Primitives |
|
|
| Positional-only `/` and keyword-only `*` | Medium | Primitives |
|
|
| Producer, Consumer, Cell: variance by member set | Hard | Framework |
|
|
| The single-consumption contract | Medium | Primitives |
|
|
| What does this module actually export? | Hard | Framework |
|
|
| Why list[Dog] is not a list[Animal] | Medium | Framework |
|