Typed Python: Choose Sequence over List
Typed Python: Choose Sequence over List
blog.meadsteve.dev
Typed Python: Choose Sequence over List
Why I would default to choosing sequence over list when adding types to a function

A blog post on choosing more specific types rather than general ones like list and dict.