Skip to content

Latest commit

 

History

History
99 lines (74 loc) · 7.54 KB

README.md

File metadata and controls

99 lines (74 loc) · 7.54 KB

The DMitch List: Python, Data Analysis, and ML Resources

Awesome

A curated list of links related to data analysis in python

Topics

URLs to Selected Libraries

  • numpy - NumPy is the fundamental package for scientific computing with Python.
  • scipy - SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
  • pandas - pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
  • statistics - Builtin Python library for all basic statistical calculations
  • sympy - SymPy is a Python library for symbolic mathematics.
  • pymc3 - Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano
  • ARCH - ARCH models in Python
  • statsmodels - Python module that allows users to explore data, estimate statistical models, and perform statistical tests.

Visualization Libraries

  • Matplotlib - The infamous port of the Matlab visualization libs
  • Seaborn - A more modern interface and look over Matplotlib
  • Plotly - Often thought of as just an online service but also works through Jupyter
  • Voila - Turn notebooks into web-apps

Data Sources

Money

Python versus XXX

Data Science And ML Blogs

Learning And Educational

Tutorial Notebooks From Github