zoukankan      html  css  js  c++  java
  • python 常用的50个模块

    Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。推荐收藏。

    Graphical interfacewxPythonhttp://wxpython.org
    Graphical interfacepyGtkhttp://www.pygtk.org
    Graphical interfacepyQThttp://www.riverbankcomputing.co.uk/pyqt/
    Graphical interfacePmwhttp://pmw.sourceforge.net/
    Graphical interfaceTkinter3000 http://effbot.org/zone/wck.htm
    Graphical interfaceTixhttp://tix.sourceforge.net/

    DatabaseMySQLdbhttp://sourceforge.net/projects/mysql-python
    DatabasePyGreSQLhttp://www.pygresql.org/
    DatabaseGadflyhttp://gadfly.sourceforge.net/
    DatabaseSQLAlchemyhttp://www.sqlalchemy.org/
    Databasepsycopghttp://www.initd.org/pub/software/psycopg/
    Databasekinterbasdbhttp://kinterbasdb.sourceforge.net/
    Databasecx_Oraclehttp://www.cxtools.net/default.aspx?nav=downloads
    DatabasepySQLitehttp://initd.org/tracker/pysqlite

    MSN Messenger msnlib http://auriga.wearlab.de/~alb/msnlib/
    MSN Messengerpymsnhttp://telepathy.freedesktop.org/wiki/Pymsn
    MSN Messengermsnphttp://msnp.sourceforge.net/
    Network Twisted http://twistedmatrix.com/
    Images PIL http://www.pythonware.com/products/pil/
    Images gdmodule http://newcenturycomputers.net/projects/gdmodule.html
    ImagesVideoCapturehttp://videocapture.sourceforge.net/

    Sciences and Mathsscipyhttp://www.scipy.org/
    Sciences and MathsNumPyhttp://numpy.scipy.org/
    Sciences and Maths numarray http://www.stsci.edu/resources/software_hardware/numarray
    Sciences and Mathsmatplotlibhttp://matplotlib.sourceforge.net/

    GamesPygamehttp://www.pygame.org/news.html
    GamesPyglethttp://www.pyglet.org/
    GamesPySoyhttp://www.pysoy.org/
    GamespyOpenGLhttp://pyopengl.sourceforge.net/

    Jabberjabberpyhttp://jabberpy.sourceforge.net/

    Web scrape http://zesty.ca/python/scrape.html
    Web Beautiful Soup http://crummy.com/software/BeautifulSoup
    Webpythonwebhttp://www.pythonweb.org/
    Web mechanize http://wwwsearch.sourceforge.net/mechanize/

    Localisation geoname.py http://www.zindep.com/blog-zindep/Geoname-python/

    Serial portpySerialhttp://pyserial.sourceforge.net/
    Serial port USPP http://ibarona.googlepages.com/uspp

    Parallel Port pyParallel http://pyserial.sourceforge.net/pyparallel.html

    USB PortpyUSBhttp://bleyer.org/pyusb/

    Windows ctypes http://starship.python.net/crew/theller/ctypes/
    Windowspywin32http://sourceforge.net/projects/pywin32/
    Windows pywinauto http://www.openqa.org/pywinauto/
    Windowspyrtfhttp://pyrtf.sourceforge.net/
    Windows wmi http://timgolden.me.uk/python/wmi.html

    PDA/GSM/Mobiles pymo http://www.awaretek.com/pymo.html
    PDA/GSM/MobilespyS60http://sourceforge.net/projects/pys60

    SoundpySoundichttp://pysonic.sourceforge.net/
    SoundpyMediahttp://pymedia.org/
    SoundFMODhttp://www.fmod.org/
    SoundpyMIDIhttp://www.cs.unc.edu/Research/assist/developer.shtml

    GMaillibgmailhttp://libgmail.sourceforge.net/
    GooglepyGooglehttp://pygoogle.sourceforge.net/
    ExpectpExpecthttp://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/
    3DVPythonhttp://vpython.org

  • 相关阅读:
    python-Lock进程同步解决互斥
    python-Event事件处理进程同步
    python-queue队列通信
    python-无名管道进程通信
    python-signal
    python-购物车
    python-多进程类封装
    python-哈夫曼树
    python-双向链表
    openstack 开发step-by-step
  • 原文地址:https://www.cnblogs.com/zthua/p/2853269.html
Copyright © 2011-2022 走看看