Skip to content
Redowan's Reflections
Amphibian decorators in Python
February 6, 2022
·
article
Go Rusty with exception handling in Python
February 2, 2022
·
article
Variance of generic types in Python
January 31, 2022
·
article
Create a sub dictionary with O(K) complexity in Python
January 30, 2022
·
article
Gotchas of early-bound function argument defaults in Python
January 27, 2022
·
article
Use 'assertIs' to check literal booleans in Python unittest
January 24, 2022
·
article
Static typing Python decorators
January 23, 2022
·
article
Inspect docstrings with Pydoc
January 22, 2022
·
article
Check whether an integer is a power of two in Python
January 21, 2022
·
article
Uniform error response in Django Rest Framework
January 20, 2022
·
article
Difference between constrained 'TypeVar' and 'Union' in Python
January 19, 2022
·
article
Don't wrap instance methods with 'functools.lru_cache' decorator in Python
January 15, 2022
·
article
Cropping texts in Python with 'textwrap.shorten'
January 6, 2022
·
article
String interning in Python
January 5, 2022
·
article
Structural subtyping in Python
December 4, 2021
·
article
Automatic attribute delegation in Python composition
November 28, 2021
·
article
Access 'classmethod's like 'property' methods in Python
November 26, 2021
·
article
Don't add extensions to shell executables
November 23, 2021
·
article
Use __init_subclass__ hook to validate subclasses in Python
November 20, 2021
·
article
Use daemon threads to test infinite while loops in Python
November 18, 2021
·
article
Running tqdm with Python multiprocessing
November 18, 2021
·
article
Use 'command -v' over 'which' to find a program's executable
November 16, 2021
·
article
Write git commit messages properly
November 11, 2021
·
article
Use strict mode while running bash scripts
November 8, 2021
·
article
Use curly braces while pasting shell commands
November 8, 2021
·
article
Python's 'functools.partial' flattens nestings Automatically
November 8, 2021
·
article
Pedantic configuration management with Pydantic
July 13, 2020
·
article
Interfaces, mixins and building powerful custom data structures in Python
July 3, 2020
·
article
Deciphering Python's metaclasses
June 26, 2020
·
article
Implementing proxy pattern in Python
June 16, 2020
·
article
« prev
|
next »