Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuttle1987/chipy-talk
Code for the Chicago Python talk
https://github.com/shuttle1987/chipy-talk
Last synced: 2 days ago
JSON representation
Code for the Chicago Python talk
- Host: GitHub
- URL: https://github.com/shuttle1987/chipy-talk
- Owner: shuttle1987
- Created: 2019-10-21T09:14:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T23:08:27.000Z (about 5 years ago)
- Last Synced: 2024-11-17T13:49:54.985Z (2 months ago)
- Language: Jupyter Notebook
- Homepage: https://www.lesinskis.com
- Size: 2.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code for the Chicago Python talk
This is some code I've put together for a humorous talk at [Chicago Python](https://www.chipy.org/) Spooky Halloween Talks edition.
See the `southern_hemisphere` package for the implementation details.
## Installation
Install the southern_hemisphere package first:
```
pip install southern_hemisphere
```Then make sure you have jupyter-notebook installed and open the `ChiPy trick or treat.ipynb` notebook, running all cells should mostly recreate the code portion of talk presentation.
## Thanks
Thanks to my company [Scry Engineering](https://www.scrygroup.com/) for helping with this talk and thanks to some of my Python trainer colleagues at [Python Charmers](https://www.scrygroup.com/) for discussing some of the details of Folium and other GIS topics that were involved in this talk.