https://github.com/reubano/pyconza-tutorial
Jupyter notebooks and data for "Data Mining and Processing for fun and profit" PyConZA16 tutorial
https://github.com/reubano/pyconza-tutorial
data functional-programming jupyter-notebook meza pycon python tutorial
Last synced: 4 months ago
JSON representation
Jupyter notebooks and data for "Data Mining and Processing for fun and profit" PyConZA16 tutorial
- Host: GitHub
- URL: https://github.com/reubano/pyconza-tutorial
- Owner: reubano
- License: mit
- Created: 2016-10-07T07:57:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T14:28:33.000Z (about 9 years ago)
- Last Synced: 2025-03-23T03:23:57.652Z (8 months ago)
- Topics: data, functional-programming, jupyter-notebook, meza, pycon, python, tutorial
- Language: HTML
- Homepage: https://www.youtube.com/watch?v=05C_E1wyT1I
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://mybinder.org:/repo/reubano/pyconza-tutorial)
# pyconza-tutorial
Materials for the PyConZA tutorial on data mining
## Installation
```bash
git clone https://github.com/reubano/pyconza-tutorial.git
# make sure you have a recent pip (>=7.0)
pip --version
# if you have a virtual environment
pip install meza
# if you don't
pip install --user meza
```
## Data
Some of the included data files come from [Code for South Africa](https://data.code4sa.org)
- [filtered-crime-stats](http://data.code4sa.org/resource/6rgz-ak57)
- [population_2011](http://data.code4sa.org/resource/9g44-6jr2)
- [crime-summary](http://data.code4sa.org/resource/qtx7-xbrs)
## Resources
- [PyConZA](https://za.pycon.org/talks/38/)
- [slides](https://speakerdeck.com/reubano/data-mining-and-processing-for-fun-and-profit)
- [video](https://www.youtube.com/watch?v=05C_E1wyT1I&list=PLGjWYNrNnSufYp1ADGLKUFnXagkQhyRMU&index=31)