Python常用库整理

作者: 爱吃西瓜的番茄酱 | 来源:发表于2018-05-25 22:02 被阅读75次

    前两天有个同学问我关于Tkinter库的问题,但是我连Tkinter库是干啥的都不清楚,有点尴尬。Python库博大精深,涉及各个领域,多了解一些著名的库总比不知道的好。

    GUI图形界面

    Tkinter

    官方文档:https://wiki.python.org/moin/TkInter/

    wxPython

    官方文档:https://wiki.wxpython.org/

    PyGTK

    官方文档:https://pygobject.readthedocs.io/en/latest/#

    PyQt

    官方文档:http://pyqt.sourceforge.net/Docs/PyQt5/introduction.html

    PySide

    官方文档:http://pyqt.sourceforge.net/Docs/PyQt5/introduction.html

    Web框架

    Django

    官方文档:https://docs.djangoproject.com/en/2.0/

    web2py

    官方文档:http://web2py.com/books/default/chapter/35/02/python

    flask

    官方文档:http://flask.pocoo.org/docs/1.0/

    bottle

    官方文档:http://www.bottlepy.org/docs/dev/index.html

    tornado

    官方文档:http://www.tornadoweb.org/en/stable/#

    webpy

    官方文档:http://webpy.org/

    cherrypy

    官方文档:https://docs.cherrypy.org/en/latest/

    jinja

    官方文档:http://docs.jinkan.org/docs/jinja2/

    数据分析

    numpy

    官方文档:https://docs.scipy.org/doc/numpy/reference/

    Scipy

    官方文档:https://docs.scipy.org/doc/scipy/reference/

    pandas

    官方文档:http://pandas.pydata.org/pandas-docs/stable/

    blaze

    官方文档:http://blaze.readthedocs.io/en/latest/index.html

    matplotlib

    官方文档:https://matplotlib.org/contents.html#

    密码学

    cryptography

    官方文档:https://cryptography.io/en/latest/

    hashids

    官方文档:https://pypi.org/project/hashids/

    paramiko

    官方文档:http://www.paramiko.org/

    passlib

    官方文档:https://pythonhosted.org/passlib/#

    pycrypto

    官方文档:https://pypi.org/project/pycrypto/

    pynacl

    官方文档:http://pynacl.readthedocs.io/en/latest/

    爬虫相关

    urllib

    官方文档:https://docs.python.org/3/library/urllib.html

    requests

    中文文档:http://docs.python-requests.org/zh_CN/latest/

    BeautifulSoup

    中文文档:https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/

    selenium

    中文文档:http://selenium-python-zh.readthedocs.io/en/latest/

    lxml

    官方文档:http://lxml.de/

    scrapy

    中文文档:http://scrapy-chs.readthedocs.io/zh_CN/0.24/

    pyspider

    官方文档:http://docs.pyspider.org/en/latest/

    pyquery

    官方文档:http://pyquery.readthedocs.io/en/latest/

    mitmproxy

    官方文档:https://docs.mitmproxy.org/stable/

    自然语言处理

    nltk

    官方文档:http://www.nltk.org/

    snownlp

    官方文档:https://pypi.org/project/snownlp/

    pattern

    官方文档:https://www.clips.uantwerpen.be/pages/pattern

    polyglot

    官方文档:https://pypi.org/project/polyglot/

    jieba

    官方文档:https://github.com/fxsjy/jieba

    图像处理

    scikit-image

    官方文档:http://scikit-image.org/docs/stable/

    pillow

    官方文档:https://pillow.readthedocs.io/en/5.1.x/

    python-qrcode

    官方文档:https://github.com/lincolnloop/python-qrcode

    数据库驱动

    pymysql

    官方文档:http://pymysql.readthedocs.io/en/latest/

    pymongo

    官方文档:https://api.mongodb.com/python/current/

    redis-py

    官方文档:https://redis-py.readthedocs.io/en/latest/

    每天学习一点点,每天进步一点点。

    相关文章

      网友评论

        本文标题:Python常用库整理

        本文链接:https://www.haomeiwen.com/subject/qgfpjftx.html