Arun-Verma / Python-Scratchpad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The DMitch Data Analysis List

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

Data Sources

Money

Python versus XXX

Data Science And ML Blogs

Learning And Educational

Tutorial Notebooks From Github

About