Python论坛  - 讨论区

标题:[python-chinese] [建议]大家把自己经常用的python第三方模块都介绍一下

2007年11月05日 星期一 11:40

doudou doudou array.doudou在gmail.com
星期一 十一月 5 11:40:40 HKT 2007

如题,大家把自己安装py必装的第三方模块都在自己的博客里面介绍一下,然后由大妈在啄木鸟上开一个帖子把这些链接都集成起来。相信对py社区的发展有极大的帮助。

列一下我的机器上安装的第三方模块:

adodb:我们领导推荐的数据库连接组件
bsddb3:BerkeleyDB的连接组件
Cheetah-1.0:我比较喜欢这个版本的cheetah
cherrypy:一个WEB framework
ctypes:用来调用动态链接库
DBUtils:数据库连接池
django:一个WEB framework
docutils:用来写文档的
dpkt:数据包的解包和组包
MySQLdb:连接MySQL数据库的
py2exe:用来生成windows可执行文件
Pylons:我们领导推荐的web framework
pysqlite2:SQLite的连接组件
pythonwin:Python的Windows扩展
setuptools:无奈,PEAK的一套python包管理机制
sqlalchemy:数据库连接池
SQLObject:数据库连接池
twisted:巨无霸的网络编程框架
wxPython-2.6:因为需要保持与linux相同的版本才没用最新的,GUI编程框架
pypcap:抓包的
python-dnet:控制网络安全的其他设备
pyevent:Python的事件支持
pydot:画图的,graphiz
sendpkt:Python发包
simplejson:JSON的支持

当然这里只是简介,我会在博客上仔细介绍的。推荐大家都仔细写一下。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 12:51

Jiahua Huang jhuangjiahua在gmail.com
星期一 十一月 5 12:51:05 HKT 2007

Ubuntu 下几乎要用到的都默认安装了,

Windows 下似乎主要就是 PyGtk, PyWin32 (,PyWx ,py2exe)

BTW: 楼上列出的 ctypes、bsddb 等东西都是 Python 标准发布里有的啊,怎么算第三方呢

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 15:30

doudou doudou array.doudou在gmail.com
星期一 十一月 5 15:30:19 HKT 2007

因为考虑到其他第三方模块的问题,所以现在还在用python2.4.4。另外,bsddb3并不是python标准库当中的,我用bsddb比较多,所以自己更新过。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 16:14

Jiahua Huang jhuangjiahua在gmail.com
星期一 十一月 5 16:14:41 HKT 2007

在 /usr/lib/python2.5/bsddb/__init__.py 有


try:
    if __name__ == 'bsddb3':
        # import _pybsddb binary as it should be the more recent version from
        # a standalone pybsddb addon package than the version included with
        # python as bsddb._bsddb.
        import _pybsddb
        _bsddb = _pybsddb
        from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 19:04

yuan xuan xuanyuan14.leo在gmail.com
星期一 十一月 5 19:04:36 HKT 2007

补上几个:
DPKT:raw-scoket网络编程
Cx-oracle:连接oracle的好东东
Mechanize:爬虫连接网站常用
PIL:图像处理工具包
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20071105/29336904/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 20:02

nicran nicran在gmail.com
星期一 十一月 5 20:02:40 HKT 2007

pyserial, MyHDL

ÔÚ07-11-5£¬yuan xuan <xuanyuan14.leo在gmail.com> дµÀ£º
>
> ²¹Éϼ¸¸ö£º
> DPKT£ºraw-scoketÍøÂç±à³Ì
> Cx-oracle£ºÁ¬½ÓoracleµÄºÃ¶«¶«
> Mechanize£ºÅÀ³æÁ¬½ÓÍøÕ¾³£ÓÃ
> PIL£ºÍ¼Ïñ´¦Àí¹¤¾ß°ü
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071105/ba7dd3a4/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 23:45

Ben Luo benluo在gmail.com
星期一 十一月 5 23:45:42 HKT 2007

reportlab for PDF Îļþ¡£
PyQt4 for GUI½çÃæ¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071105/04aca7fb/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 08:38

Wayne moonbingbing在gmail.com
星期二 十一月 6 08:38:09 HKT 2007

feedparser: rss解析
chardet:编码检测

在07-11-5,Ben Luo <benluo at gmail.com> 写道:
>
> reportlab for PDF 文件。
> PyQt4 for GUI界面。
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
wayne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071106/750d28f2/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 12:23

hw1979 hw1979在gmail.com
星期二 十一月 6 12:23:12 HKT 2007

scons:  ÏîÄ¿¹¹½¨¹¤¾ß£¬Ð´ºÃÁËÄ£°åÓÃÆðÀ´»¹ÊǺܷ½±ãµÄ
scapy:  ÍøÂç°ü¹¹½¨·ÖÎö¿ò¼Ü,¿É±à³ÌµÄwireshark,ÓÐÐËȤµÄgoogle "Silver Needle in the Skype"
pefile:   windows peÎļþ½âÎöÆ÷
winpdb: ×Ô¼ºµÄ³ÌÐò»òÕßÓñðµÄ¿â²»Ì«Ã÷°×µÄʱºò¾Í¿¿ËüÁË
pywmi:  Ê¡Á˺öàÕÛÌÚ¹¦·ò
pylint:    ÅàÑøÁ¼ºÃµÄ±àÂëÏ°¹ß


ÏÂÃæÊÇ×¼±¸ÓõÄ,²»×öÆÀÂÛ:

pygccxml
pyparsing
pymacs
idapython
paimei
pysvn
pyLucene
wikidpad

2007/11/6, Wayne <moonbingbing在gmail.com>:
>
> feedparser£º rss½âÎö
> chardet£º±àÂë¼ì²â
>
> ÔÚ07-11-5£¬Ben Luo <benluo在gmail.com> дµÀ£º
> >
> > reportlab for PDF Îļþ¡£
> > PyQt4 for GUI½çÃæ¡£
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
>
> --
> wayne
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071106/46d365b4/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 14:32

23号 no.0023在gmail.com
星期二 十一月 6 14:32:22 HKT 2007

good job.

On Mon, Nov 05, 2007 at 11:40:40AM +0800, doudou doudou wrote:
> 如题,大家把自己安装py必装的第三方模块都在自己的博客里面介绍一下,然后由大妈在啄木鸟上开一个帖子把这些链接都集成起来。相信对py社区的发展有极大的帮助。
> 
> 列一下我的机器上安装的第三方模块:
> 
> adodb:我们领导推荐的数据库连接组件
> bsddb3:BerkeleyDB的连接组件
> Cheetah-1.0:我比较喜欢这个版本的cheetah
...
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-- 
Best Regards,
       No.23
----
My Blog: http://blog.chinaunix.net/u1/42287/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 14:44

朽木klutz chumpklutz在gmail.com
星期二 十一月 6 14:44:11 HKT 2007

1.Python²Ù×÷PDFÎļþ
2.PythonßB½ÓPostgreSQLÒýÇæ
3.PythonµÄ.NET2.0µÄÇú¾€±í

http://pybrary.net/
-----------------------------------------------------
1.Python Image Libary
2.Tkinter Libary

http://www.pythonware.com/index.htm
-----------------------------------------------------
1.Karrigell

http://karrigell.sourceforge.net/
-----------------------------------------------------
1.The Standard Python Libary

http://effbot.org/librarybook/
-----------------------------------------------------
1.Python²Ù×÷PDFµÄLibary

http://reportlab.org/
-----------------------------------------------------
1.Python cURL Libary

http://pycurl.sourceforge.net/
-----------------------------------------------------
1.urlgrabber

http://linux.duke.edu/projects/urlgrabber/
-----------------------------------------------------
1.MySQL-Python

http://mysql-python.sourceforge.net/
-----------------------------------------------------
1.pyScripter
2.Python for Delphi

http://mmm-experts.com/Products.aspx
-----------------------------------------------------
1.Python Cookbook

http://aspn.activestate.com/ASPN/Python/Cookbook/
-----------------------------------------------------
1.pygame

http://www.pygame.org/news.html
------------------------------------------------------
1.pymedia

http://www.pymedia.org

------------------------------------------------------
1.pydbf

http://dbfpy.sourceforge.net/
------------------------------------------------------
1.Pexpect

http://pexpect.sourceforge.net/
------------------------------------------------------
1.dabo
desktop application frameworks

http://dabodev.com/
------------------------------------------------------
1.pySerial

http://pyserial.sourceforge.net/
http://wiki.woodpecker.org.cn/moin/PySerial
------------------------------------------------------
1.python's doc

http://wiki.woodpecker.org.cn/moin/PythonZhDoc
------------------------------------------------------
1.The Visual Module of VPython(3D)

http://vpython.org/index.html
------------------------------------------------------
1.PyLucene

http://pylucene.osafoundation.org/
------------------------------------------------------
1.DBUils

http://www.webwareforpython.org/DBUtils
------------------------------------------------------
1.http://happyiww.popo.blog.163.com/blog/

a good people's blog
------------------------------------------------------
1.AppleScript,OSAComponents,HtmlCalendar

http://freespace.virgin.net/hamish.sanderson/index.html
------------------------------------------------------
1.Pypcap

http://code.google.com/p/pypcap/
http://monkey.org/~dugsong/dpkt/
http://www.winpcap.org/install/default.htm


ÔÚ07-11-6£¬23ºÅ <no.0023在gmail.com> дµÀ£º
>
> good job.
>
> On Mon, Nov 05, 2007 at 11:40:40AM +0800, doudou doudou wrote:
> >
> ÈçÌ⣬´ó¼Ò°Ñ×Ô¼º°²×°py±Ø×°µÄµÚÈý·½Ä£¿é¶¼ÔÚ×Ô¼ºµÄ²©¿ÍÀïÃæ½éÉÜһϣ¬È»ºóÓÉ´óÂèÔÚ×ÄľÄñÉÏ¿ªÒ»¸öÌû×Ó°ÑÕâЩÁ´½Ó¶¼¼¯³ÉÆðÀ´¡£ÏàÐŶÔpyÉçÇøµÄ·¢Õ¹Óм«´óµÄ°ïÖú¡£
> >
> > ÁÐÒ»ÏÂÎҵĻúÆ÷ÉÏ°²×°µÄµÚÈý·½Ä£¿é£º
> >
> > adodb£ºÎÒÃÇÁìµ¼ÍƼöµÄÊý¾Ý¿âÁ¬½Ó×é¼þ
> > bsddb3£ºBerkeleyDBµÄÁ¬½Ó×é¼þ
> > Cheetah-1.0£ºÎұȽÏϲ»¶Õâ¸ö°æ±¾µÄcheetah
> ...
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> --
> Best Regards,
>       No.23
> ----
> My Blog: http://blog.chinaunix.net/u1/42287/
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071106/1885ae46/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 14:50

leopay leopay在gmail.com
星期二 十一月 6 14:50:40 HKT 2007

python-memcached                    client module for memcached

ÔÚ07-11-6£¬Ðàľklutz <chumpklutz在gmail.com> дµÀ£º
>
> 1.Python²Ù×÷PDFÎļþ
> 2.PythonßB½ÓPostgreSQLÒýÇæ
> 3.PythonµÄ.NET2.0µÄÇú¾€±í
>
> http://pybrary.net/
> -----------------------------------------------------
> 1.Python Image Libary
> 2.Tkinter Libary
>
> http://www.pythonware.com/index.htm
> -----------------------------------------------------
> 1.Karrigell
>
> http://karrigell.sourceforge.net/
> -----------------------------------------------------
> 1.The Standard Python Libary
>
> http://effbot.org/librarybook/
> -----------------------------------------------------
> 1.Python²Ù×÷PDFµÄLibary
>
> http://reportlab.org/
> -----------------------------------------------------
> 1.Python cURL Libary
>
> http://pycurl.sourceforge.net/
> -----------------------------------------------------
> 1.urlgrabber
>
> http://linux.duke.edu/projects/urlgrabber/
> -----------------------------------------------------
> 1.MySQL-Python
>
> http://mysql-python.sourceforge.net/
> -----------------------------------------------------
> 1.pyScripter
> 2.Python for Delphi
>
> http://mmm-experts.com/Products.aspx
> -----------------------------------------------------
> 1.Python Cookbook
>
> http://aspn.activestate.com/ASPN/Python/Cookbook/
> -----------------------------------------------------
> 1.pygame
>
> http://www.pygame.org/news.html
> ------------------------------------------------------
> 1.pymedia
>
> http://www.pymedia.org
>
> ------------------------------------------------------
> 1.pydbf
>
> http://dbfpy.sourceforge.net/
> ------------------------------------------------------
> 1.Pexpect
>
> http://pexpect.sourceforge.net/
> ------------------------------------------------------
> 1.dabo
> desktop application frameworks
>
> http://dabodev.com/
> ------------------------------------------------------
> 1.pySerial
>
> http://pyserial.sourceforge.net/
> http://wiki.woodpecker.org.cn/moin/PySerial
> ------------------------------------------------------
> 1.python's doc
>
> http://wiki.woodpecker.org.cn/moin/PythonZhDoc
> ------------------------------------------------------
> 1.The Visual Module of VPython(3D)
>
> http://vpython.org/index.html
> ------------------------------------------------------
> 1.PyLucene
>
> http://pylucene.osafoundation.org/
> ------------------------------------------------------
> 1.DBUils
>
> http://www.webwareforpython.org/DBUtils
> ------------------------------------------------------
> 1.http://happyiww.popo.blog.163.com/blog/
>
> a good people's blog
> ------------------------------------------------------
> 1.AppleScript,OSAComponents,HtmlCalendar
>
> http://freespace.virgin.net/hamish.sanderson/index.html
> ------------------------------------------------------
> 1.Pypcap
>
> http://code.google.com/p/pypcap/
> http://monkey.org/~dugsong/dpkt/
> http://www.winpcap.org/install/default.htm
>
>
> ÔÚ07-11-6£¬23ºÅ <no.0023在gmail.com> дµÀ£º
> >
> > good job.
> >
> > On Mon, Nov 05, 2007 at 11:40:40AM +0800, doudou doudou wrote:
> > >
> > ÈçÌ⣬´ó¼Ò°Ñ×Ô¼º°²×°py±Ø×°µÄµÚÈý·½Ä£¿é¶¼ÔÚ×Ô¼ºµÄ²©¿ÍÀïÃæ½éÉÜһϣ¬È»ºóÓÉ´óÂèÔÚ×ÄľÄñÉÏ¿ªÒ»¸öÌû×Ó°ÑÕâЩÁ´½Ó¶¼¼¯³ÉÆðÀ´¡£ÏàÐŶÔpyÉçÇøµÄ·¢Õ¹Óм«´óµÄ°ïÖú¡£
> >
> > >
> > > ÁÐÒ»ÏÂÎҵĻúÆ÷ÉÏ°²×°µÄµÚÈý·½Ä£¿é£º
> > >
> > > adodb£ºÎÒÃÇÁìµ¼ÍƼöµÄÊý¾Ý¿âÁ¬½Ó×é¼þ
> > > bsddb3£ºBerkeleyDBµÄÁ¬½Ó×é¼þ
> > > Cheetah-1.0£ºÎұȽÏϲ»¶Õâ¸ö°æ±¾µÄcheetah
> > ...
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > --
> > Best Regards,
> >       No.23
> > ----
> > My Blog: http://blog.chinaunix.net/u1/42287/
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071106/ce5d3e48/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 14:56

vicalloy zbirder在gmail.com
星期二 十一月 6 14:56:15 HKT 2007

Kodos,python的正则表达式调试工具,这个东西我用得比较多。
有些 正则表达式 实在太难写了,有了这个东西就好很多。

在 07-11-6,leopay<leopay在gmail.com> 写道:
> python-memcached                    client module for
> memcached
>
>

-- 
Blog http://vicalloy.spaces.live.com/
My googlepage http://vicalloy.googlepages.com/
OldPhoto http://www.lzpian.com/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 15:28

Tao Fei filia.tao在gmail.com
星期二 十一月 6 15:28:20 HKT 2007

PLY  (Python Lex-Yacc)
http://www.dabeaz.com/ply/
正在用它写汇编器.


-- 
Tao Fei (陶飞)
My Blog: blog.filia.cn
My Summer Of Code Blog: filiasoc.blogspot.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 21:34

@@ askfor在gmail.com
星期二 十一月 6 21:34:31 HKT 2007

eclipseÀïÓиö²å¼þµ÷ÊÔregxºÜºÃÓà ºÇºÇ¡£


On 11/6/07, vicalloy <zbirder在gmail.com> wrote:
>
> Kodos£¬pythonµÄÕýÔò±í´ïʽµ÷ÊÔ¹¤¾ß£¬Õâ¸ö¶«Î÷ÎÒÓõñȽ϶ࡣ
> ÓÐЩ ÕýÔò±í´ïʽ ʵÔÚÌ«ÄÑдÁË£¬ÓÐÁËÕâ¸ö¶«Î÷¾ÍºÃºÜ¶à¡£
>
> ÔÚ 07-11-6£¬leopay<leopay在gmail.com> дµÀ£º
> > python-memcached                    client module for
> > memcached
> >
> >
>
> --
> Blog http://vicalloy.spaces.live.com/
> My googlepage http://vicalloy.googlepages.com/
> OldPhoto http://www.lzpian.com/
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071106/ea03d20c/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 22:37

vicalloy zbirder在gmail.com
星期二 十一月 6 22:37:57 HKT 2007

eclipse的那个好像是收费的吧。
而且Java的正则表达式和python的多少还是有些不同的。

在 07-11-6,@@<askfor在gmail.com> 写道:
> eclipse里有个插件调试regx很好用 呵呵。
>
>
> On 11/6/07, vicalloy <zbirder在gmail.com> wrote:
> >
> > Kodos,python的正则表达式调试工具,这个东西我用得比较多。
> > 有些 正则表达式 实在太难写了,有了这个东西就好很多。
> >
> > 在 07-11-6,leopay< leopay在gmail.com> 写道:
> > > python-memcached                    client module for
> > > memcached
> > >
> > >
> >
> > --
> > Blog http://vicalloy.spaces.live.com/
> > My googlepage http://vicalloy.googlepages.com/
> > OldPhoto http://www.lzpian.com/
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>


-- 
Blog http://vicalloy.spaces.live.com/
My googlepage http://vicalloy.googlepages.com/
OldPhoto http://www.lzpian.com/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 23:56

HD hdcola在gmail.com
星期二 十一月 6 23:56:10 HKT 2007

ľÓÐÈËÓÃeasy-setupÂð£¿ÎªÊ²Ã´Ã»ÈË˵£¬Õâ¸öÓ¦¸ÃÊÇÈËÈ˶¼×°µÄÁË¡£¡£¡£

ÔÚ07-11-6£¬vicalloy <zbirder在gmail.com> дµÀ£º
>
> eclipseµÄÄǸöºÃÏñÊÇÊշѵİɡ£
> ¶øÇÒJavaµÄÕýÔò±í´ïʽºÍpythonµÄ¶àÉÙ»¹ÊÇÓÐЩ²»Í¬µÄ¡£
>
> ÔÚ 07-11-6£¬@@<askfor在gmail.com> дµÀ£º
> > eclipseÀïÓиö²å¼þµ÷ÊÔregxºÜºÃÓà ºÇºÇ¡£
> >
> >
> > On 11/6/07, vicalloy <zbirder在gmail.com> wrote:
> > >
> > > Kodos£¬pythonµÄÕýÔò±í´ïʽµ÷ÊÔ¹¤¾ß£¬Õâ¸ö¶«Î÷ÎÒÓõñȽ϶ࡣ
> > > ÓÐЩ ÕýÔò±í´ïʽ ʵÔÚÌ«ÄÑдÁË£¬ÓÐÁËÕâ¸ö¶«Î÷¾ÍºÃºÜ¶à¡£
> > >
> > > ÔÚ 07-11-6£¬leopay< leopay在gmail.com> дµÀ£º
> > > > python-memcached                    client module for
> > > > memcached
> > > >
> > > >
> > >
> > > --
> > > Blog http://vicalloy.spaces.live.com/
> > > My googlepage http://vicalloy.googlepages.com/
> > > OldPhoto http://www.lzpian.com/
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> --
> Blog http://vicalloy.spaces.live.com/
> My googlepage http://vicalloy.googlepages.com/
> OldPhoto http://www.lzpian.com/
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
HD£¨È¼ÉÕÖеĻð£©
ÎÒ¹¤×÷ÎÒ¿ìÀÖ£¬ÎÒÇÚ·ÜÎÒÊÕ»ñ¡£ÇëÓëÎÒÒ»Æð¿ìÀÖ£¬ÓëÎÒÒ»ÆðÊÕ»ñ¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071106/df454107/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月07日 星期三 09:25

@@ askfor在gmail.com
星期三 十一月 7 09:25:19 HKT 2007

Ãâ·ÑµÄ¡£
http://regex-util.sourceforge.net/description.html

Ó¦¸Ã²»ÊÇjavaרÓõġ£ÎÒÓÃÕâ¸öÊÔ¹ýµÄregexÔÚpythonÀﶼûÎÊÌâµÄ¡£

On 11/6/07, vicalloy <zbirder在gmail.com> wrote:
>
> eclipseµÄÄǸöºÃÏñÊÇÊշѵİɡ£
> ¶øÇÒJavaµÄÕýÔò±í´ïʽºÍpythonµÄ¶àÉÙ»¹ÊÇÓÐЩ²»Í¬µÄ¡£
>
> ÔÚ 07-11-6£¬@@<askfor在gmail.com> дµÀ£º
> > eclipseÀïÓиö²å¼þµ÷ÊÔregxºÜºÃÓà ºÇºÇ¡£
> >
> >
> > On 11/6/07, vicalloy <zbirder在gmail.com> wrote:
> > >
> > > Kodos£¬pythonµÄÕýÔò±í´ïʽµ÷ÊÔ¹¤¾ß£¬Õâ¸ö¶«Î÷ÎÒÓõñȽ϶ࡣ
> > > ÓÐЩ ÕýÔò±í´ïʽ ʵÔÚÌ«ÄÑдÁË£¬ÓÐÁËÕâ¸ö¶«Î÷¾ÍºÃºÜ¶à¡£
> > >
> > > ÔÚ 07-11-6£¬leopay< leopay在gmail.com> дµÀ£º
> > > > python-memcached                    client module for
> > > > memcached
> > > >
> > > >
> > >
> > > --
> > > Blog http://vicalloy.spaces.live.com/
> > > My googlepage http://vicalloy.googlepages.com/
> > > OldPhoto http://www.lzpian.com/
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> --
> Blog http://vicalloy.spaces.live.com/
> My googlepage http://vicalloy.googlepages.com/
> OldPhoto http://www.lzpian.com/
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071107/544603e8/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]
cyt

cyt

2007年11月09日 星期五 16:00

yuting cui yutingcui在gmail.com
星期五 十一月 9 16:00:27 HKT 2007

hachoir 各种多媒体元数据解析
python-orge 演示用

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号