DEV Community

boopalan
boopalan

Posted on

July 8 blog

As the continuation of the previous libre office impress i am create an animated matrix multiplication there is lot more needed to do in this, but i am happy to share that what i am done today

It seems like we are again going to restructure Tamilrulepy, really it holds a special place in my heart.

So, I am thinking Instead of abandoning of this workflow I am just planning to keep this code alive revisit it in the future,

Some would think giving up a closer one is a bit emotional, but I am eagerly waiting for the new workflow.

My learnings in python

decorator

A simple and easier way to define an instant decorator in python is easy.

If you see in some places developers will use three functions for defining decorator

One interesting thing i get is we can call decorator while using them in the top of the functions

@decorator
@decorator()

Calling a decorator in these two different ways helps to achieve several things.

Top comments (0)