python包包收集 - shake863 - JavaEye技术网站

来源:百度文库 编辑:神马文学网 时间:2024/04/18 20:31:13
python包包收集
catswhocode.com 的jbj写道:我很喜欢Python,Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。推荐收藏。
Graphical interface wxPythonhttp://wxpython.org
Graphical interface pyGtkhttp://www.pygtk.org
Graphical interface pyQThttp://www.riverbankcomputing.co.uk/pyqt/
Graphical interface Pmwhttp://pmw.sourceforge.net/
Graphical interface Tkinter 3000http://effbot.org/zone/wck.htm
Graphical interface Tixhttp://tix.sourceforge.net/
Database MySQLdbhttp://sourceforge.net/projects/mysql-python
Database PyGreSQLhttp://www.pygresql.org/
Database Gadflyhttp://gadfly.sourceforge.net/
Database SQLAlchemyhttp://www.sqlalchemy.org/
Database psycopghttp://www.initd.org/pub/software/psycopg/
Database kinterbasdbhttp://kinterbasdb.sourceforge.net/
Database cx_Oraclehttp://www.cxtools.net/default.aspx?nav=downloads
Database pySQLitehttp://initd.org/tracker/pysqlite
MSN Messenger msnlibhttp://auriga.wearlab.de/~alb/msnlib/
MSN Messenger pymsnhttp://telepathy.freedesktop.org/wiki/Pymsn
MSN Messenger msnphttp://msnp.sourceforge.net/
Network Twistedhttp://twistedmatrix.com/
Images PILhttp://www.pythonware.com/products/pil/
Images gdmodulehttp://newcenturycomputers.net/projects/gdmodule.html
Images VideoCapturehttp://videocapture.sourceforge.net/
Sciences and Maths scipyhttp://www.scipy.org/
Sciences and Maths NumPyhttp://numpy.scipy.org//
Sciences and Maths numarrayhttp://www.stsci.edu/resources/software_hardware/numarray
Sciences and Maths matplotlibhttp://matplotlib.sourceforge.net/
Games Pygamehttp://www.pygame.org/news.html
Games Pyglethttp://www.pyglet.org/
Games PySoyhttp://www.pysoy.org/
Games pyOpenGLhttp://pyopengl.sourceforge.net/
Jabber jabberpyhttp://jabberpy.sourceforge.net/
Web scrapehttp://zesty.ca/python/scrape.html
Web Beautiful Souphttp://crummy.com/software/BeautifulSoup
Web pythonwebhttp://www.pythonweb.org/
Web mechanizehttp://wwwsearch.sourceforge.net/mechanize/
Localisation geoname.pyhttp://www.zindep.com/blog-zindep/Geoname-python/
Serial port pySerialhttp://pyserial.sourceforge.net/
Serial port USPPhttp://ibarona.googlepages.com/uspp
Parallel Port pyParallelhttp://pyserial.sourceforge.net/pyparallel.html
USB Port pyUSBhttp://bleyer.org/pyusb/
Windows ctypeshttp://starship.python.net/crew/theller/ctypes/
Windows pywin32http://sourceforge.net/projects/pywin32/
Windows pywinautohttp://www.openqa.org/pywinauto/
Windows pyrtfhttp://pyrtf.sourceforge.net/
Windows wmihttp://timgolden.me.uk/python/wmi.html
PDA/GSM/Mobiles pymohttp://www.awaretek.com/pymo.html
PDA/GSM/Mobiles pyS60http://sourceforge.net/projects/pys60
Sound pySoundichttp://pysonic.sourceforge.net/
Sound pyMediahttp://pymedia.org/
Sound FMODhttp://www.fmod.org/
Sound pyMIDIhttp://www.cs.unc.edu/Research/assist/developer.shtml
GMail libgmailhttp://libgmail.sourceforge.net/
Google pyGooglehttp://pygoogle.sourceforge.net/
Expect pyExpecthttp://pexpect.sourceforge.net/
WordNet pyWordNethttp://osteele.com/projects/pywordnet/
Command line cmdhttp://blog.doughellmann.com/2008/05/pymotw-cmd.html
Compiler backend llvm-pyhttp://mdevan.nfshost.com/llvm-py/
3D VPythonhttp://vpython.org
encryption
pyDes DES加密解密模块http://twhiteman.netfirms.com/des.html
parsing pyparsing 类似lex/yacc但更简单的词法/语法分析器pyparsing.wikispaces.com