Typed Python: Choose Sequence over List

Open link in next tab

Typed Python: Choose Sequence over List

https://blog.meadsteve.dev/programming/2023/09/09/typed-python-prefer-sequence-over-list/

Why I would default to choosing sequence over list when adding types to a function

Typed Python: Choose Sequence over List

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