List Of Cheat Sheets For Data Science

July 01, 2017 | 1 Minute Read

Git

Git is the open source distributed version control system that facilitates GitHub activities on your laptop or desktop.

Tmux

tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

Python

Python is of the most popular programming languages among data scientists.

Skit-Learn

Scikit-learn is a free software machine learning library for the Python programming language.

NumPy

NumPy is the fundamental package for scientific computing with Python.

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.

Matplotlib

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.

Seaborn

Seaborn is a Python visualization library based on matplotlib.

Bokeh

Bokeh is a Python interactive visualization library that targets modern web browsers for presentation.