Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshenfield/singledispatch-lightning-talk
:zap: talk on functools.singledispatch
https://github.com/mshenfield/singledispatch-lightning-talk
Last synced: about 13 hours ago
JSON representation
:zap: talk on functools.singledispatch
- Host: GitHub
- URL: https://github.com/mshenfield/singledispatch-lightning-talk
- Owner: mshenfield
- License: mit
- Created: 2017-05-24T15:28:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T15:50:59.000Z (over 7 years ago)
- Last Synced: 2024-06-11T20:35:40.774Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 12.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# singledispatch
A :zap: talk on [`functools.singledispatch`](https://docs.python.org/3/library/functools.html#functools.singledispatch) given at PyNash on May 25th, 2017.You can [view the full presentation online](singledispatch.ipynb).
## Running
This project uses [`pipenv`](http://docs.pipenv.org/en/latest/) to install and manage dependencies.Run `jupyter notebook singledispatch.ipynb` in this project's directory to open up the presentation notebook.
## Contributing
Contributions and corrections welcome!## License
[MIT](LICENSE.md) @ [Max Shenfield](https://github.com/mshenfield)