Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hchasestevens/hchasestevens.github.io
- Owner: hchasestevens
- Created: 2017-10-08T16:35:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T19:15:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T15:28:25.914Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 8.14 MB
- Stars: 674
- Watchers: 17
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)