Learning d3.js for data visualisation

d3.js, javascript

Solution

Since I recently found it, I'd recommend working with http://phrogz.net/js/d3-playground/ as well for a sandbox in which to trial out and learn how the pieces can work together.

Problem

I want to start learning to make data visualisations (as side project in my PhD) preferably with the `D3.js` package. I do not have `java`-experience but i do have a background in OOP as i mostly work in `python`. As such, I was wondering what's the best way to learn working with d3 and which environment one could recommend me.

Original source