Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hchasestevens/hchasestevens.github.io

A collection of miscellaneous thoughts that aren't on my blog.
https://github.com/hchasestevens/hchasestevens.github.io

Last synced: 21 days ago
JSON representation

A collection of miscellaneous thoughts that aren't on my blog.

Awesome Lists containing this project

README

        

A collection of miscellaneous thoughts that aren't on my blog.

### Table of contents:
* [The decorators they won't tell you about](notebooks/the-decorators-they-wont-tell-you-about.ipynb), in which uncommon but practical uses for Python decorators are presented.
* [Backporting `yield from` to Python 2.7](notebooks/backporting-yield-from-to-python-27.ipynb), which serves as a guide to generators, coroutines, and AST manipulation.

### About the author
* Name: [H. Chase Stevens](http://www.chasestevens.com)
* Github: [hchasestevens](https://github.com/hchasestevens)
* Twitter: [@hchasestevens](https://twitter.com/hchasestevens)