1、Web框架:html
Tornado,訪問:http://www.tornadoweb.org/en/stable/python
Flask,訪問:http://flask.pocoo.org/mysql
Web.py,訪問:http://webpy.org/git
django:https://www.djangoproject.com/github
cherrypy:http://cherrypy.org/web
jinjs:http://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、科學計算
numpy:http://www.numpy.org/
SciPy:https://www.scipy.org/
pandas: http://pandas.pydata.org/
blaze: http://blaze.readthedocs.io/en/latest/index.html
4、密碼學
cryptography:https://pypi.python.org/pypi/cryptography/
hashids:http://www.oschina.net/p/hashids
Paramiko:http://www.paramiko.org/
Passlib:https://pythonhosted.org/passlib/
PyCrypto:https://pypi.python.org/pypi/pycrypto
PyNacl:http://pynacl.readthedocs.io/en/latest/
5、爬蟲相關
scrapy:https://scrapy.org/
pyspider: https://github.com/binux/pyspider
portia:https://github.com/scrapinghub/portia
html2text:https://github.com/Alir3z4/html2text
BeautifulSoup:https://www.crummy.com/software/BeautifulSoup/
lxml:http://lxml.de/
selenium:http://docs.seleniumhq.org/
mechanize:https://pypi.python.org/pypi/mechanize
PyQuery:https://pypi.python.org/pypi/pyquery/
creepy:https://pypi.python.org/pypi/creepy
gevent,一個高併發的網絡性能庫,訪問:http://www.gevent.org/
requests,最好用的http工具,訪問:http://www.python-requests.org/
6、圖像處理
bigmoyan:http://scikit-image.org/
Python Imaging Library(PIL):
http://www.pythonware.com/products/pil/
pillow: http://pillow.readthedocs.io/en/latest/
7、天然語言處理
nltk: http://www.nltk.org/
snownlp: https://github.com/isnowfy/snownlp
Pattern:https://github.com/clips/pattern
TextBlob:http://textblob.readthedocs.io/en/dev/
Polyglot:https://pypi.python.org/pypi/polyglot
jieba: https://github.com/fxsjy/jieba
8、數據庫驅動
mysql-python: https://sourceforge.net/projects/mysql-python/
PyMySQL:https://github.com/PyMySQL/PyMySQL
PyMongo:https://docs.mongodb.com/ecosystem/drivers/python/
pymongo,MongoDB庫,訪問:https://pypi.python.org/pypi/pymongo/
redis,Redis庫,訪問:https://pypi.python.org/pypi/redis/
cxOracle,Oracle庫,訪問:https://pypi.python.org/pypi/cx_Oracle
SQLAlchemy,SQL工具包及對象關係映射(ORM)工具,訪問:http://www.sqlalchemy.org/
peewee, SQL工具包及對象關係映射(ORM)工具,訪問:https://pypi.python.org/pypi/peewee
torndb,Tornado原裝DB,訪問:https://github.com/bdarnell/torndb
9、Web
pycurl ———— URL處理工具
smtplib模塊 ———— 發送電子郵件
自帶庫:
10、其餘庫暫未分類
一、PyInstaller