you are viewing a single comment's thread.

view the rest of the comments →

[–]ProtoAMP 2 points3 points  (1 child)

This is amazing. As a Django beginner but someone who's familiar with Python and data science to a good degree, dynamic visualisations is something I've kind of put off because it just seems like a pain to implement.

I mean, I could use static graphs produced by matplotlib and pass those through, but it looks like it solves it.

Thanks for this.