2018年4月3日 星期二

Python install Modules

Besides standard Library, there are lots of modules developed by independent contributors and academy or science group. You can use commands to download and install these modules with built in pip install program.

python -m pip install --user modulename 

Here list some modules of categories

1. web framework

  • Django
  • Pyramid
  • Web2py
  • flask
2. Graphic processing
  • PIL
  • Pillow
3. Science and Math
  • numpy
  • Matplotlib
  • pandas
  • scikit-learn
4. command line operation
  • fabric
  • paramiko
5. Nature language processing
  • nltk
  • textblob
  • jieba
6. network client
  • requests
  • pycurl
7. database protocol
  • mysql-python
  • pymongo
  • psycopg2

沒有留言:

張貼留言