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

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

Awesome Lists containing this project

README

          

[![Binder](http://mybinder.org/badge.svg)](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)