robust-python Notes and examples from reading O'Reilly's Robust Python book. Chapter 1 - Collections Robust Python Python Collections list String Generator Tuple Set Dictionary frozenset OrderedDict defaultdict Counter Chapter 2 - 3 Types and Type annotations Types Type Annotations Chapter 4 - Constraining Types Constraining Types Optional Union Literal Annotated NewType Final Chapter 5 - Collection Types Collection Types TypedDict Generics