Skip to content

Instantly share code, notes, and snippets.

@ofou
Last active June 10, 2018 06:54
Show Gist options
  • Save ofou/dba5935eadcb6a8aa889dee98768b9d0 to your computer and use it in GitHub Desktop.
Save ofou/dba5935eadcb6a8aa889dee98768b9d0 to your computer and use it in GitHub Desktop.
Data Science basic packages (install using pip)
pandas # (data analysis)
NumPy #(multi-dimensional arrays)
SciPy # (algorithms to use with numpy)
matplotlib # (data visualization)
h5py # (store & manipulate data)
PyTables # (managing HDF5 datasets)
Jupyter # (research collaboration)
IPython # (powerful shell)
hdfs # (C/C++ wrapper for Hadoop)
pymongo # (MongoDB driver)
SQLAlchemy #(Python SQL Toolkit)
redis # (Redis access libraries)
pyMySQL # (MySQL connector)
scikit-learn # (machine learning algorithms)
TensorFlow # (deep learning with neural networks)*
theano # (deep learning with neural networks)
keras # (high-level neural networks API)
bokeh # (data visualization)
seaborn # (data visualization)
dask # (data engineering)
airflow # (data engineering)
luigi # (data engineering)
elasticsearch # (data search engine)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment