From 191942262b83b2a6d13b091af89147aebd57f104 Mon Sep 17 00:00:00 2001 From: lord63 Date: Wed, 30 Mar 2016 21:00:51 +0800 Subject: [PATCH] Add Awesome Python Decorator list This list collects some resource for learning python decorator. It lists the built-in python decorator, what more, also shows some real projects with a short description about how they use python decorator. The repo site is: https://github.com/lord63/awesome-python-decorator --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e7e1732..0d7b22b 100644 --- a/readme.md +++ b/readme.md @@ -85,6 +85,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Education](https://github.com/hsavit1/Awesome-Swift-Education) - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds) - [Python](https://github.com/vinta/awesome-python) + - [Python Decorator](https://github.com/lord63/awesome-python-decorator) - [Rust](https://github.com/kud1ing/awesome-rust) - [Haskell](https://github.com/krispo/awesome-haskell) - [PureScript](https://github.com/passy/awesome-purescript)