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
查看全文
相关阅读:
Centos 8 部署harbor 访问502
selenium学习记录
shell基础
抓取人民日报
caffe在笔记本ubuntu10.04 64位下的无GPU安装
【转】HMM
typedef 的一些用法
j2ee 使用tomcat开发网站需要访问中文名的资源遇到的问题解决方案。。
解决lex.yy.c文件在vs2012下编译生成exe
python学习
原文地址:https://www.cnblogs.com/liangxiaofeng/p/4919184.html
最新文章
C#通过WebClient/HttpWebRequest实现http的POST/GET方法
.net 实现Cookie跨域共享,单点登录SSO
解决Web IIS部署 svg/woff/woff2字体 404错误
.net MD5加密
IIS7.0/IIS7.5 Microsoft.Web.Administration相关操作参数详解
C# new用法总结
setContentView R can not be resovled
匿名内部类我们只使用一次,实现父类接口中的方法
Java中的闪光点:ThreadLocal是线程Thead的局部变量,可替代同步机制的设计,值得学习和研究
如何面对苦逼的人生
热门文章
winform中的Dock属性问题
C# 解决DrawImage绘制图片拉伸产生渐变
Objective-C语法快速参考(C# 和 Objective-C 语法的比较)
UITableViewCell的选中时的颜色及tableViewCell的selecte与deselecte
iOS tableview 静态表布局纪录
ios 界面间跳转方法总结
iOS 跳转至 指定 StoryBoard 中 指定的 Scene
ios开发时候,出现A valid provisioning profile for this executable was not found 错误
关于调用系统照相机Activity被销毁问题解决
android 开发过程中碰到的 Failed to create the part's controls 问题
Copyright © 2011-2022 走看看