Skip to content

Instantly share code, notes, and snippets.

@alumag
Last active September 14, 2018 13:25
Show Gist options
  • Save alumag/9f7ae03cb0314da817067ac89870f3d8 to your computer and use it in GitHub Desktop.
Save alumag/9f7ae03cb0314da817067ac89870f3d8 to your computer and use it in GitHub Desktop.
useful python packages for hackathons
# python 3.7
# General
ipython
requests
Scapy
# Web
Flask==1.0.2
django==2.1.1
# Imaging
Pillow
# ML, Natural language, Math
pandas==0.23.4
numpy==1.15.1
statsmodels==0.9.0
scikit-learn==0.19.2
SciPy==1.1.0
NLTK==3.3.0
Theano==1.0.2
Keras==2.2.2
@alumag
Copy link
Author

alumag commented Sep 11, 2018

Usage pip install -r UsefulPackages.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment