Posts tagged with "decorator"

There are a total of 2 posts.

Django Decorators Inspired by Mathematics: The Beauty of Function Composition and Function Spaces

Published Jan 24, 2025 by whitedec

Explore the connection between math and Django decorators, and how function composition inspires elegant programming tools.

#django , #decorator , #custom_decorator , #math&programming

The Mechanics and Creation of Custom Decorators in Django

Published Jan 24, 2025 by whitedec

Learn how to create custom decorators in Django, including the internal workings and step-by-step instructions for adding parameters. Ideal for reusable, clean…

#django , #decorator , #custom_decorator