User Tools

Site Tools


python50

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python50 [2015/11/13 16:55]
python50 [2023/08/19 20:17] (current)
Line 1: Line 1:
 +====== Python 50 ======
 +
 +
 +Python具有强大的扩展能力,有人列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images,​ Sound, OS interaction,​ Web,​以及其他。推荐收藏。 ​
 +
 +===== Graphical interface =====
 +
 +^  name     ​^ ​ link  ^
 +|  wxPython | http://​wxpython.org   |
 +|  pyGtk    | http://​www.pygtk.org  | ​
 +|  pyQT     | http://​www.riverbankcomputing.co.uk/​pyqt/​   |
 +|  Pmw      | http://​pmw.sourceforge.net/​   |
 +|  Tkinter 3000 |http://​effbot.org/​zone/​wck.htm   |
 +|  Tix      | http://​tix.sourceforge.net/​   |
 +
 +===== Database =====
 +
 +^  name      ^  link  ^        ​
 +|  MySQLdb ​  | http://​sourceforge.net/​projects/​mysql-python   |
 +|  PyGreSQL ​ | http://​www.pygresql.org/​   |
 +|  Gadfly ​   | http://​gadfly.sourceforge.net/​   |
 +|  SQLAlchemy ​ | http://​www.sqlalchemy.org/​   |
 +|  psycopg ​  | http://​www.initd.org/​pub/​software/​psycopg/​   |
 +|  kinterbasdb ​ | http://​kinterbasdb.sourceforge.net/​   |
 +|  cx_Oracle ​ | http://​www.cxtools.net/​default.aspx?​nav=downloads   |
 +|  pySQLite ​ | http://​initd.org/​tracker/​pysqlite   |
 +
 +===== MSN Messenger =====
 +
 +^   ​name ​   ^  link  ^        ​
 +|   ​msnlib ​ | http://​auriga.wearlab.de/​~alb/​msnlib/​   |
 +|   ​pymsn ​  | http://​telepathy.freedesktop.org/​wiki/​Pymsn   |
 +|   ​msnp ​   | http://​msnp.sourceforge.net/​  |
 + 
 +===== Network =====
 +
 +^   ​name ​   ^  link  ^ 
 +|  Twisted ​ | http://​twistedmatrix.com/​   |
 +
 +
 +===== Images =====
 +
 +^   ​name ​   ^  link  ^ 
 +| PIL       | http://​www.pythonware.com/​products/​pil/​   |
 +| gdmodule ​ | http://​newcenturycomputers.net/​projects/​gdmodule.html   |
 +| VideoCapture | http://​videocapture.sourceforge.net/​   |
 +        ​
 +
 +===== Sciences and Maths =====
 +^   ​name ​   ^  link  ^ 
 +|   ​scipy ​  | http://​www.scipy.org/​   |
 +|   ​NumPy ​  | http://​numpy.scipy.org//​   |
 +|   ​numarray |  http://​www.stsci.edu/​resources/​software_hardware/​numarray   |
 +|   ​matplotlib ​ | http://​matplotlib.sourceforge.net/​   |
 +        ​
 +===== Games =====
 +^   ​name ​   ^  link  ^ 
 +| Pygame ​   | http://​www.pygame.org/​news.html   |
 +| Pyglet ​   | http://​www.pyglet.org/​   |
 +| PySoy     | http://​www.pysoy.org/​   |
 +| pyOpenGL ​ | http://​pyopengl.sourceforge.net/​   |
 +        ​
 +===== Jabber =====
 +^   ​name ​   ^  link  ^ 
 +| jabberpy ​ | http://​jabberpy.sourceforge.net/​ |  ​
 +
 +===== Web =====
 +^   ​name ​   ^  link  ^        ​
 +|  scrape ​  | http://​zesty.ca/​python/​scrape.html   |
 +| Beautiful Soup | http://​crummy.com/​software/​BeautifulSoup   |
 +| pythonweb | http://​www.pythonweb.org/​   |
 +| mechanize | http://​wwwsearch.sourceforge.net/​mechanize/​   |
 +
 +===== Localisation =====
 +^   ​name ​   ^  link  ^          ​
 +| geoname.py ​ | http://​www.zindep.com/​blog-zindep/​Geoname-python/​   |
 +
 +===== Serial port =====
 +^   ​name ​   ^  link  ^       ​
 +| pySerial ​ | http://​pyserial.sourceforge.net/​   |
 +| USPP      | http://​ibarona.googlepages.com/​uspp   |
 +        ​
 +===== Parallel Port =====
 +^   ​name ​   ^  link  ^  
 +| pyParallel ​ | http://​pyserial.sourceforge.net/​pyparallel.html   |
 +        ​
 +===== USB Port =====
 +^   ​name ​   ^  link  ^  
 +|   ​pyUSB ​  | http://​bleyer.org/​pyusb/​   |
 +        ​
 +===== Windows =====
 +
 +  - ctypes http://​starship.python.net/​crew/​theller/​ctypes/​   ​
 +  -  pywin32 http://​sourceforge.net/​projects/​pywin32/​   ​
 +  -  pywinauto http://​www.openqa.org/​pywinauto/​   ​
 +  -  pyrtf http://​pyrtf.sourceforge.net/​   ​
 +  -  wmi http://​timgolden.me.uk/​python/​wmi.html   ​
 +        ​
 +===== PDA/​GSM/​Mobiles =====
 +  - pymo http://​www.awaretek.com/​pymo.html   ​
 +  - pyS60 http://​sourceforge.net/​projects/​pys60   ​
 +      
 +===== Sound =====
 +  -  pySoundic http://​pysonic.sourceforge.net/​   ​
 +  -  pyMedia http://​pymedia.org/​   ​
 +  -  FMOD http://​www.fmod.org/​   ​
 +  -  pyMIDI http://​www.cs.unc.edu/​Research/​assist/​developer.shtml   ​
 +     
 +===== Misc =====
 +  - 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
  
python50.txt · Last modified: 2023/08/19 20:17 (external edit)