A collection of sloppy snippets for scientific computing and data visualization in Python.
Wednesday, August 27, 2014
Visualizing electricity prices with Plotly
›
We have already mentioned plotly many times ( here are other two posts about it ) and this time we'll see how to use it in order to buil...
2 comments:
Wednesday, August 20, 2014
Quick HDF5 with Pandas
›
HDF5 is a format designed to store large numerical arrays of homogenous type. It cames particularly handy when you need to organize your dat...
5 comments:
Friday, May 23, 2014
Code parallelization with joblib
›
Recently I've been working on the parallelization of some Python code and I discovered Joblib . It is a library that supports pipelining...
2 comments:
‹
›
Home
View web version