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
This commit is contained in:
lord63 2016-03-30 21:00:51 +08:00
parent f19b552546
commit 191942262b

View File

@ -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) - [Education](https://github.com/hsavit1/Awesome-Swift-Education)
- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds) - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
- [Python](https://github.com/vinta/awesome-python) - [Python](https://github.com/vinta/awesome-python)
- [Python Decorator](https://github.com/lord63/awesome-python-decorator)
- [Rust](https://github.com/kud1ing/awesome-rust) - [Rust](https://github.com/kud1ing/awesome-rust)
- [Haskell](https://github.com/krispo/awesome-haskell) - [Haskell](https://github.com/krispo/awesome-haskell)
- [PureScript](https://github.com/passy/awesome-purescript) - [PureScript](https://github.com/passy/awesome-purescript)