python 可视化工具
参考链接:python可视化
如果就本地的话,自己日常用的比较多的是Matplotlib和pandas,交互时用的是plotly
原生的Matplotlib
Pandas
Seaborn
ggplot
Bokeh【Interactive Web Plotting 】
pygal
Plotly【An interactive, browser-based graphing library】
Python分析包
scipy里面的scipy.stats包的统计功能很强大,sklearn算法很齐全,建议可以自己整理下scipy.stats和sklearn里面常用的函数和算法,了解相应的参数设置,以及算法优缺点和调参数方面的知识。
scipy
sklearn
SciKit
rpy[不支持python2]