首页 > 编程语言 >Python: 50个能够满足所有需要的模块

Python: 50个能够满足所有需要的模块

时间:2022-11-25 22:08:07浏览次数:62  
标签:www http Python 50 模块 org net sourceforge com


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​

 

 

还有其他好的模块需要加入这个列表吗?欢迎留言。

Python: 50个能够满足所有需要的模块_.net

 

标签:www,http,Python,50,模块,org,net,sourceforge,com
From: https://blog.51cto.com/u_15834343/5887813

相关文章

  • 学习python-Day93
    bs4搜索文档树rombs4importBeautifulSouphtml_doc="""<html><head><title>TheDormouse'sstory</title></head><body><pid="myp"class="title">asdfasdf<b......
  • IIS错误代码500.21 ,Nhibernate更新报错,委托的使用。action传参数
    快速阅读IIS错误代码500.21,Nhibernate更新报错,委托的使用。action传参数IIS错误代码500.21HTTP错误500.21-InternalServerError处理程序“PageHandlerFactory-Integ......
  • Python---open()函数
    """文件和文件夹:open(file,mode,encoding)--->file:可以是相对路径,也可以是绝对路径--->编码格式--->模式:r/rb:只读模式,默认可不写......
  • [NEFU]Python应用课程 PPT速记
    Python为了应试,被迫背单词。个人认为这种玩意,就该开卷考,然后丢你个实际点的题目让你做。Numpy代码含义importnumpyasnp导入numpy库a1=np.array([1,2,3,4,5,6])参数为列表......
  • [Python]numpy数据分析练习[21~30]
    [Python]numpy数据分析练习[21~40]​​题目和解析地址​​此博客主要用于自己做些知识点笔记题目和答案21.如何在numpy数组中只打印小数点后三位?只打印或显示numpy数组ran......
  • [Python]常用代码块
    [Python]常用代码块3天速通了一波pythonPTA的语法题,感觉和c/c++差不了太多吧。东西很少都是基础的玩意,主要防止暑假上去忘记了,以后如果有别的那再补充好了。代码片段输入每......
  • python_小练习
    #3种forin区别#foriteminlist:#item为列表元素#foriinrange(len(list)):#i为列表索引#forkeyindict:#key为字典的键#建议餐厅录入系统#创......
  • 【视频】Python用LSTM长短期记忆神经网络对不稳定降雨量时间序列进行预测分析|数据分
    全文下载链接:http://tecdat.cn/?p=23544 在本文中,长短期记忆网络——通常称为“LSTM”——是一种特殊的RNN递归神经网络,能够学习长期依赖关系。最近我们被客户要求撰写......
  • [oeasy]python0020换行字符_feed_line_lf_反斜杠n_B语言_安徒生童话
    ​ 换行字符 回忆上次内容struct包可以让我们使用封包格式把数字封包到字节里pack函数负责封包unpack函数负责解封我们通过封到不同的字节状态遍历了......
  • 为什么需要模块化
    1.为什么需要模块化如果多人同时开发一个项目的时候,每个人都会创建很多的.js文件,可能就会存在命名冲突的问题。为了解决这个问题我们可以使用立即调用函数。但是......