首页 > 代码库 > 一些Python常用库的整理收藏
一些Python常用库的整理收藏
一些Python常用库的整理收藏
转载自:https://zhuanlan.zhihu.com/p/21563130
另外 https://awesome-python.com/#data-analysis 网站上也分类好了很多常用的库。
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 (感谢@BigMoyan 提供信息)
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
一些Python常用库的整理收藏