Skip to content
Redowan's Reflections
Typing
Explicit method overriding with @typing.override
November 6, 2024
·
article
TypeIs does what I thought TypeGuard would do in Python
April 27, 2024
·
article
Annotating args and kwargs in Python
January 8, 2024
·
article
Statically enforcing frozen data classes in Python
January 4, 2024
·
article
Guard clause and exhaustiveness checking
May 22, 2022
·
article
Declarative payloads with TypedDict in Python
March 11, 2022
·
article
Self type in Python
February 28, 2022
·
article
Narrowing types with TypeGuard in Python
February 23, 2022
·
article
Why 'NoReturn' type exists in Python
February 21, 2022
·
article
Go Rusty with exception handling in Python
February 2, 2022
·
article
Variance of generic types in Python
January 31, 2022
·
article
Static typing Python decorators
January 23, 2022
·
article
Difference between constrained 'TypeVar' and 'Union' in Python
January 19, 2022
·
article
Structural subtyping in Python
December 4, 2021
·
article