zoukankan
html css js c++ java
50个python库
50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。推荐收藏。
Graphical interface
wxPython
http://wxpython.org
Graphical interface
pyGtk
http://www.pygtk.org
Graphical interface
pyQT
http://www.riverbankcomputing.co.uk/pyqt/
Graphical interface
Pmw
http://pmw.sourceforge.net/
Graphical interface
Tkinter 3000
http://effbot.org/zone/wck.htm
Graphical interface
Tix
http://tix.sourceforge.net/
Database
MySQLdb
http://sourceforge.net/projects/mysql-python
Database
PyGreSQL
http://www.pygresql.org/
Database
Gadfly
http://gadfly.sourceforge.net/
Database
SQLAlchemy
http://www.sqlalchemy.org/
Database
psycopg
http://www.initd.org/pub/software/psycopg/
Database
kinterbasdb
http://kinterbasdb.sourceforge.net/
Database
cx_Oracle
http://www.cxtools.net/default.aspx?nav=downloads
Database
pySQLite
http://initd.org/tracker/pysqlite
MSN Messenger
msnlib
http://auriga.wearlab.de/~alb/msnlib/
MSN Messenger
pymsn
http://telepathy.freedesktop.org/wiki/Pymsn
MSN Messenger
msnp
http://msnp.sourceforge.net/
Network
Twisted
http://twistedmatrix.com/
Images
PIL
http://www.pythonware.com/products/pil/
Images
gdmodule
http://newcenturycomputers.net/projects/gdmodule.html
Images
VideoCapture
http://videocapture.sourceforge.net/
Sciences and Maths
scipy
http://www.scipy.org/
Sciences and Maths
NumPy
http://numpy.scipy.org//
Sciences and Maths
numarray
http://www.stsci.edu/resources/software_hardware/numarray
Sciences and Maths
matplotlib
http://matplotlib.sourceforge.net/
Games
Pygame
http://www.pygame.org/news.html
Games
Pyglet
http://www.pyglet.org/
Games
PySoy
http://www.pysoy.org/
Games
pyOpenGL
http://pyopengl.sourceforge.net/
Jabber
jabberpy
http://jabberpy.sourceforge.net/
Web
scrape
http://zesty.ca/python/scrape.html
Web
Beautiful Soup
http://crummy.com/software/BeautifulSoup
Web
pythonweb
http://www.pythonweb.org/
Web
mechanize
http://wwwsearch.sourceforge.net/mechanize/
Localisation
geoname.py
http://www.zindep.com/blog-zindep/Geoname-python/
Serial port
pySerial
http://pyserial.sourceforge.net/
Serial port
USPP
http://ibarona.googlepages.com/uspp
Parallel Port
pyParallel
http://pyserial.sourceforge.net/pyparallel.html
USB Port
pyUSB
http://bleyer.org/pyusb/
Windows
ctypes
http://starship.python.net/crew/theller/ctypes/
Windows
pywin32
http://sourceforge.net/projects/pywin32/
Windows
pywinauto
http://www.openqa.org/pywinauto/
Windows
pyrtf
http://pyrtf.sourceforge.net/
Windows
wmi
http://timgolden.me.uk/python/wmi.html
PDA/GSM/Mobiles
pymo
http://www.awaretek.com/pymo.html
PDA/GSM/Mobiles
pyS60
http://sourceforge.net/projects/pys60
Sound
pySoundic
http://pysonic.sourceforge.net/
Sound
pyMedia
http://pymedia.org/
Sound
FMOD
http://www.fmod.org/
Sound
pyMIDI
http://www.cs.unc.edu/Research/assist/developer.shtml
GMail
libgmail
http://libgmail.sourceforge.net/
Google
pyGoogle
http://pygoogle.sourceforge.net/
Expect
pyExpect
http://pexpect.sourceforge.net/
WordNet
pyWordNet
http://osteele.com/projects/pywordnet/
Command line
cmd
http://blog.doughellmann.com/2008/05/pymotw-cmd.html
Compiler backend
llvm-py
http://mdevan.nfshost.com/llvm-py/
3D
VPython
http://vpython.org
查看全文
相关阅读:
[Leetcode]Container With Most Water随记
[Leetcode]leetcode1-10题随记
随机梯度下降的逻辑回归算法(SGDLR)
IRP 与 派遣函数
RtlInitUnicodeString、IoCreateDevice、IoCreateSymbolicLink、IoDeleteDevice 四个 API 驱动函数的使用
基类 的薄弱之处
类 的重载(Overloads)与隐藏(Shadows)
VS 2013驱动开发 + Windbg + VM双机调试(亲测+详解)
类 的继承性(Inherits)与 重写(Overrides)
VB.NET 结构(Structure)和类(Class)的区别
原文地址:https://www.cnblogs.com/liangxiaofeng/p/4919184.html
最新文章
封神台靶场:第二章:遇到阻难!绕过WAF过滤!【配套课时:SQL注入攻击原理 实战演练】
封神台靶场:第一章:为了女神小芳!【配套课时:SQL注入攻击原理 实战演练】
网络安全学习笔记:业务逻辑安全
网络安全学习笔记:文件包含
JavaScript 入门教程四 语言基础【2】
JavaScript 入门教程三 语言基础【1】
SqlServer 笔记一 某表中每个月的产品数量(DATENAME() 与 DATEPART()、YEAR())
实现服务器端(.NET)与客户端的高频实时通信 SignalR(2)
实现服务器端(.NET)与客户端的实时通信 SignalR(1)
JavaScript 进阶教程一 JavaScript 中的事件流
热门文章
JavaScript 入门教程二 在HTML中使用 JavaScript
JavaScript 入门教程一 开篇介绍
Sharepoint 2013 user permissions(用户权限)
[Leetcode]Valid Parentheses&Generate Parentheses随记
[Leetcode]Remove Nth Node From End of List随记
[Leetcode]4Sum随记
[Leetcode]Letter Combinations of a Phone Numbers随记
[Leetcode]3Sum&3Sum Closest随记
[Leetcode]Longest Common Prefix
[Leetcode]Integer to Roman&Roman to Integer随记
Copyright © 2011-2022 走看看