django-planet
Oct. 14, 2023

Use Python partial objects to write cleaner higher order functions

in blog Josh Karamuth
original entry Use Python partial objects to write cleaner higher order functions

Learn how to improve readability of your code when using callback functions thanks to partial objects.