This is a repository of the code used to produce figures and analysis for the Nintil blog.
The principles behind are:
- Reproducibility: All figures and results should be easily reproducible from the provided code. This includes making it easy to acquire the data.
- APIs, not files. As far as possible I will use API calls to source the data, instead of downloading files and placing them in special folders
- Unified theme: All plots will have the same style, using
seaborn.set_context('talk'); plt.style.use('ggplot')
- Don't hide the mess: Keep all intermediate notebooks even if those analysis and explorations didn't lead anywhere.
- Explained: Notebooks will have comments in case a piece of code is particularly unusual