Python常用库整理

内容纲要

Python中到底有哪些库会让程序员爱不释手?以至于一次上瘾,造成永久性伤害(这句话好像在哪里见过),今天我们就来整理一番这样的库

GUI 图形界面

Tkinter : Tkinter

wxPython: wxPython

PyGTK: PyGTK

PyQt: PyQt

PySide: PySide

Web框架

django: django

web2py:web2py

flask: flask

bottle: bottle

tornadoweb :tornadoweb

webpy: webpy

cherrypy: cherrypy

jinjs: jinja

科学计算

numpy: numpy

SciPy:scipy

pandas: pandas

blaze: blaze

密码学

cryptography:cryptography

hashids:hashids

Paramiko:Paramiko

Passlib:Passlib

PyCrypto:PyCrypto

PyNacl:PyNacl

爬虫相关

urllib 、urllib2 、requests

scrapy: scrapy

pyspider: pyspider

portia: portia

html2text: html2text

BeautifulSoup: BeautifulSoup

lxml: lxml

selenium:selenium

mechanize: mechanize

PyQuery: pyquery

creepy: creepy

图像处理

bigmoyan:scikit-image 

Python Imaging Library (PIL):pil

pillow: pillow

python-qrcode: python-qrcode

自然语言处理

nltk: nltk 

snownlp: snownlp

Pattern:pattern

TextBlob:textblob

Polyglot:polyglot

jieba: jieba

数据库驱动

mysql-python: mysql-python

PyMySQL: PyMySQL

PyMongo: PyMongo

转载:https://zhuanlan.zhihu.com/p/21563130