We teach best what we most need to learn.
- Richard Bach

all | popular | tags | rss

Using Python decorators for registering callbacks

In my previous post we talked about Python decorators and an intuitive way of remembering how decorators with arguments work. The following code snippet had triggered the whole chain of thought:Now...

Continue Reading »

python Comments

Thinking out aloud: Python decorators

This is not yet another explanation of decorators. There are a lot of people who have done a great job of explaining it. What this post is about is the way I understood it and how I wrap my head ar...

Continue Reading »

python Comments

Schwartzian transform explained

Did you google for "explain schwartzian transform"?If yes, then you've come to the right place. If no, then you've come to the right place (I wouldn't want to loose out on a prospective reader now,...

Continue Reading »

perl Comments