Last active
June 10, 2018 06:54
-
-
Save ofou/dba5935eadcb6a8aa889dee98768b9d0 to your computer and use it in GitHub Desktop.
Data Science basic packages (install using pip)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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