Skip to content

Instantly share code, notes, and snippets.

View abhimanyubabbar's full-sized avatar
😀
Building things distributed

Abhimanyu Babbar abhimanyubabbar

😀
Building things distributed
View GitHub Profile

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@abhimanyubabbar
abhimanyubabbar / python_decorator_guide.md
Created May 25, 2018 09:39 — forked from Zearin/python_decorator_guide.md
The best explanation of Python decorators I’ve ever seen. (An archived answer from StackOverflow.)

NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.


Q: How can I make a chain of function decorators in Python?


If you are not into long explanations, see [Paolo Bergantino’s answer][2].

@abhimanyubabbar
abhimanyubabbar / python_decorator_guide.md
Created May 25, 2018 09:38 — forked from Zearin/python_decorator_guide.md
The best explanation of Python decorators I’ve ever seen. (An archived answer from StackOverflow.)

NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.


Q: How can I make a chain of function decorators in Python?


If you are not into long explanations, see [Paolo Bergantino’s answer][2].