python经常使用包收集

1、Web框架:html

Tornado,访问:http://www.tornadoweb.org/en/stable/python

Flask,访问:http://flask.pocoo.org/mysql

Web.py,访问:http://webpy.org/git

djangohttps://www.djangoproject.com/github

cherrypyhttp://cherrypy.org/web

jinjshttp://docs.jinkan.org/docs/jinja2/redis

2、GUI 图形界面sql

Tkinter :https://wiki.python.org/moin/TkInter/mongodb

wxPython:https://www.wxpython.org/数据库

PyGTK:http://www.pygtk.org/

PyQt:https://sourceforge.net/projects/pyqt/

PySide:http://wiki.qt.io/Category:LanguageBindings::PySide

3、科学计算

numpyhttp://www.numpy.org/

SciPyhttps://www.scipy.org/

pandashttp://pandas.pydata.org/

blazehttp://blaze.readthedocs.io/en/latest/index.html

4、密码学

cryptographyhttps://pypi.python.org/pypi/cryptography/

hashidshttp://www.oschina.net/p/hashids

Paramikohttp://www.paramiko.org/

Passlibhttps://pythonhosted.org/passlib/

PyCryptohttps://pypi.python.org/pypi/pycrypto

PyNaclhttp://pynacl.readthedocs.io/en/latest/

5、爬虫相关

scrapyhttps://scrapy.org/

pyspiderhttps://github.com/binux/pyspider

portiahttps://github.com/scrapinghub/portia

html2texthttps://github.com/Alir3z4/html2text

BeautifulSouphttps://www.crummy.com/software/BeautifulSoup/

lxmlhttp://lxml.de/

seleniumhttp://docs.seleniumhq.org/

mechanizehttps://pypi.python.org/pypi/mechanize

PyQueryhttps://pypi.python.org/pypi/pyquery/

creepyhttps://pypi.python.org/pypi/creepy

gevent,一个高并发的网络性能库,访问:http://www.gevent.org/

requests,最好用的http工具,访问:http://www.python-requests.org/

6、图像处理

bigmoyanhttp://scikit-image.org/

Python Imaging Library(PIL)

http://www.pythonware.com/products/pil/

pillowhttp://pillow.readthedocs.io/en/latest/

7、天然语言处理

nltkhttp://www.nltk.org/

snownlphttps://github.com/isnowfy/snownlp

Patternhttps://github.com/clips/pattern

TextBlobhttp://textblob.readthedocs.io/en/dev/

Polyglothttps://pypi.python.org/pypi/polyglot

jiebahttps://github.com/fxsjy/jieba

8、数据库驱动

mysql-pythonhttps://sourceforge.net/projects/mysql-python/

PyMySQLhttps://github.com/PyMySQL/PyMySQL

PyMongohttps://docs.mongodb.com/ecosystem/drivers/python/

pymongoMongoDB库,访问:https://pypi.python.org/pypi/pymongo/

redisRedis库,访问:https://pypi.python.org/pypi/redis/

cxOracleOracle库,访问:https://pypi.python.org/pypi/cx_Oracle

SQLAlchemySQL工具包及对象关系映射(ORM)工具,访问:http://www.sqlalchemy.org/

peeweeSQL工具包及对象关系映射(ORM)工具,访问:https://pypi.python.org/pypi/peewee

torndbTornado原装DB,访问:https://github.com/bdarnell/torndb

9、Web

pycurl ———— URL处理工具

smtplib模块 ———— 发送电子邮件

自带库:

 10、其余库暂未分类

一、PyInstaller

PyInstaller是一个十分有用的第三方库,它可以在Windows、Linux、 Mac OS X 等操做系统下将 Python 源文件打包,经过对源文件打包, Python 程序能够在没有安装 Python 的环境中运行,也能够做为一个 独立文件方便传递和管理。
相关文章
相关标签/搜索