函数库的使用:https://docs.python.org/2/library/index.html

python语言使用:https://docs.python.org/2/reference/index.html

pip安装源:https://pypi.python.org/pypi?%3Aaction=browse

常用库介绍:

  • 图形界面:Tkinter,wxPython,PyGTK,PyQT,PySide
  • web框架:Django,web2py,flask,bottle,tornadoweb,webpy,cherrypy,jinjs
  • 科学计算:numpy,Scipy,pandas,blaze,matplotlib
  • 密码学:cryptography, hashids, Paramiko, Passlib,PyCrypto,PyNacl
  • 爬虫相关:urllib,urllib2,requests,scrapy. pyspider, portia, html2text, BeautifulSoup,lxml, selenirm,mechanize,PyQuery,creepy.
  • 图像处理:bigmoyan->scikit-image,pil,pillow,python-qrcode
  • 自然语言处理:nltk, snownlp, Pattern, TextBlob, Polyglot, jieba
  • 数据库驱动:Mysql-python, PyMysql, PyMongo
  • 游戏开发:PyGame
  • 管理工具:pypi/sh(sh 工具),cx_Freeze(打包工具),psyco(脚本执行性能优化)

其它链接:http://blog.csdn.net/calling_wisdom/article/details/40348003

更加全面的参考链接:https://www.zhihu.com/question/24590883

最终的汇总链接:https://awesome-python.com/