2007年11月05日 星期一 11:40
如题,大家把自己安装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的支持 当然这里只是简介,我会在博客上仔细介绍的。推荐大家都仔细写一下。
2007年11月05日 星期一 12:51
Ubuntu 下几乎要用到的都默认安装了, Windows 下似乎主要就是 PyGtk, PyWin32 (,PyWx ,py2exe) BTW: 楼上列出的 ctypes、bsddb 等东西都是 Python 标准发布里有的啊,怎么算第三方呢
2007年11月05日 星期一 15:30
因为考虑到其他第三方模块的问题,所以现在还在用python2.4.4。另外,bsddb3并不是python标准库当中的,我用bsddb比较多,所以自己更新过。
2007年11月05日 星期一 16:14
在 /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
2007年11月05日 星期一 19:04
补上几个: DPKT:raw-scoket网络编程 Cx-oracle:连接oracle的好东东 Mechanize:爬虫连接网站常用 PIL:图像处理工具包 -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20071105/29336904/attachment.html
2007年11月05日 星期一 20:02
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
2007年11月05日 星期一 23:45
reportlab for PDF Îļþ¡£ PyQt4 for GUI½çÃæ¡£ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071105/04aca7fb/attachment.html
2007年11月06日 星期二 08:38
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
2007年11月06日 星期二 12:23
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
2007年11月06日 星期二 14:32
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/
2007年11月06日 星期二 14:44
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
2007年11月06日 星期二 14:50
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
2007年11月06日 星期二 14:56
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/
2007年11月06日 星期二 15:28
PLY (Python Lex-Yacc) http://www.dabeaz.com/ply/ 正在用它写汇编器. -- Tao Fei (陶飞) My Blog: blog.filia.cn My Summer Of Code Blog: filiasoc.blogspot.com
2007年11月06日 星期二 21:34
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
2007年11月06日 星期二 22:37
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/
2007年11月06日 星期二 23:56
ľÓÐÈËÓÃ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
2007年11月07日 星期三 09:25
Ãâ·ÑµÄ¡£ 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
2007年11月09日 星期五 16:00
hachoir 各种多媒体元数据解析 python-orge 演示用
Zeuux © 2025
京ICP备05028076号