brew install python3
pip install cookiecutter # command-line utility to create projects from cookiecutters / project templates
pip install numpy # vectors and matrices in Python
pip install scipy # other scientific computing tools
pip install pandas # dataframes in Python!
pip install jupyter # notebook
see also: