Comment on Python, Machine Learning, and Language Wars. A Highly Subjective Point of ViewparentComments−LofkinOP11yFor stats plotting in python: https://github.com/mwaskom/seaborn https://github.com/yhat/ggplotFor stats plotting and web apps in python: https://github.com/bokeh/bokehFor calling r libraries in python: https://pypi.python.org/pypi/rpy2For out of core datasets in python: https://github.com/blaze/dask https://github.com/blaze/blaze−rasbt11yNice collection, let me add one more item to this list:Seaborn: statistical data visualization: http://stanford.edu/~mwaskom/software/seaborn/
Comments
For stats plotting in python: https://github.com/mwaskom/seaborn https://github.com/yhat/ggplot
For stats plotting and web apps in python: https://github.com/bokeh/bokeh
For calling r libraries in python: https://pypi.python.org/pypi/rpy2
For out of core datasets in python: https://github.com/blaze/dask https://github.com/blaze/blaze
Nice collection, let me add one more item to this list:
Seaborn: statistical data visualization: http://stanford.edu/~mwaskom/software/seaborn/