Last active
September 14, 2018 13:25
-
-
Save alumag/9f7ae03cb0314da817067ac89870f3d8 to your computer and use it in GitHub Desktop.
useful python packages for hackathons
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
# 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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage
pip install -r UsefulPackages.txt