Skip to content

Instantly share code, notes, and snippets.

@wesleyit
Last active July 2, 2022 00:48
Show Gist options
  • Save wesleyit/197374f3a074734b07a5f560e9692a8e to your computer and use it in GitHub Desktop.
Save wesleyit/197374f3a074734b07a5f560e9692a8e to your computer and use it in GitHub Desktop.
Some useful packages for Python3
pip install -U pip
cat > /tmp/x << PACKAGES
awscli
bash-kernel
bash_kernel
bokeh
docutils
fastparquet
flake8
flask
flask_bootstrap4
graphviz
h5py
imageio
ipython
ipywidgets
isort
jupyter
jupyter-contrib-nbextensions
jupyterlab
jupyter-tensorboard
keras
matplot
matplotlib
mxnet
numpy
pandas
pickleshare
pillow
plotly
pyarrow
pygments
pylama
pylint
pytest
requests
scikit-learn
scipy
seaborn
sklearn
sqlalchemy
statsmodels
tensorflow
tflearn
tox
yfinance
PACKAGES
pip install -Ur /tmp/x
rm -f /tmp/x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment