Python论坛  - 讨论区

标题:[python-chinese] Hello 了解一下大家常用的库

2006年07月07日 星期五 13:18

 huanghao.c at gmail.com
Fri Jul 7 13:18:20 HKT 2006

以下是我收集的一些python库:

PyXML [XML 库]
Adodb 2.0.1 [数据库抽象层]
pysqlite-2.3.2 [SQLite for python]
MySQLdb 1.2.1 [MySQL for python 库]
ClearSliver 0.10.3 [强大的模板系统]
Cheetah 1.0 [另一个强大的模板系统]
ZSI 2.0 rc2 [Web services 框架]
ctypes 0.9.6 [允许调用共享库(so)内的函数]
PIL 1.1.5 [功能超强大的图形库]
pythonutils-0.2.5 [一个工具包,包含如下]
          ConfigObj 4.1.0 - 易于使用的可 读/写 ini 配置文件包,比 ConfigParser 好
      validate 0.2.1 - 数据有效性校验与类型转换系统
      listquote 1.4.0 - 字符串转换为list
          StandOut 2.1.0 - 简单日志与输出控制
      pathutils 0.2.4 - 路径与文件工具
      cgiutils 0.3.5 - CGI 帮助函数集
      urlpath 0.1.0 - URLs 控制
      odict 0.2.1 - 字典排序


大家还有没有可以推荐的?


-- 
Best regrads,
IQDoctor

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

2006年07月07日 星期五 14:40

Zoom.Quiet zoom.quiet at gmail.com
Fri Jul 7 14:40:20 HKT 2006

On 7/7/06, 浩 <huanghao.c at gmail.com> wrote:
> 以下是我收集的一些python库:
>
> PyXML [XML 库]
> Adodb 2.0.1 [数据库抽象层]
> pysqlite-2.3.2 [SQLite for python]
> MySQLdb 1.2.1 [MySQL for python 库]
> ClearSliver 0.10.3 [强大的模板系统]
> Cheetah 1.0 [另一个强大的模板系统]
> ZSI 2.0 rc2 [Web services 框架]
> ctypes 0.9.6 [允许调用共享库(so)内的函数]
> PIL 1.1.5 [功能超强大的图形库]
> pythonutils-0.2.5 [一个工具包,包含如下]
Great discover!
其中:
>           ConfigObj 4.1.0 - 易于使用的可 读/写 ini 配置文件包,比 ConfigParser 好
http://www.voidspace.org.uk/python/configobj.html
和 Limodou 在开发newEditor 时使用的 dict4ini.py 非常相近哪!
可惜没有早点集成为包!
不过啄木鸟一直有 ZqLib 项目:
http://wiki.woodpecker.org.cn/moin/ZqLib
其中目标之一就是形成中文Pythoner 惯用的常用库!
欢迎加入,汇集从日常工作抽象出来的类库…………



>       validate 0.2.1 - 数据有效性校验与类型转换系统
>       listquote 1.4.0 - 字符串转换为list
>           StandOut 2.1.0 - 简单日志与输出控制
>       pathutils 0.2.4 - 路径与文件工具
>       cgiutils 0.3.5 - CGI 帮助函数集
>       urlpath 0.1.0 - URLs 控制
>       odict 0.2.1 - 字典排序
>
>
> 大家还有没有可以推荐的?
>
>
> --
> Best regrads,
> IQDoctor
>
> _______________________________________________
> 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
>
>


-- 
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

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

2006年07月07日 星期五 14:46

yi huang yi.codeplayer at gmail.com
Fri Jul 7 14:46:43 HKT 2006

这不就是cheeseshop <http://cheeseshop.python.org/pypi>吗

On 7/7/06, Zoom. Quiet <zoom.quiet at gmail.com> wrote:
>
> On 7/7/06, 浩 <huanghao.c at gmail.com> wrote:
> > 以下是我收集的一些python库:
> >
> > PyXML [XML 库]
> > Adodb 2.0.1 [数据库抽象层]
> > pysqlite-2.3.2 [SQLite for python]
> > MySQLdb 1.2.1 [MySQL for python 库]
> > ClearSliver 0.10.3 [强大的模板系统]
> > Cheetah 1.0 [另一个强大的模板系统]
> > ZSI 2.0 rc2 [Web services 框架]
> > ctypes 0.9.6 [允许调用共享库(so)内的函数]
> > PIL 1.1.5 [功能超强大的图形库]
> > pythonutils-0.2.5 [一个工具包,包含如下]
> Great discover!
> 其中:
> >           ConfigObj 4.1.0 - 易于使用的可 读/写 ini 配置文件包,比 ConfigParser 好
> http://www.voidspace.org.uk/python/configobj.html
> 和 Limodou 在开发newEditor 时使用的 dict4ini.py 非常相近哪!
> 可惜没有早点集成为包!
> 不过啄木鸟一直有 ZqLib 项目:
> http://wiki.woodpecker.org.cn/moin/ZqLib
> 其中目标之一就是形成中文Pythoner 惯用的常用库!
> 欢迎加入,汇集从日常工作抽象出来的类库…………
>
>
>
> >       validate 0.2.1 - 数据有效性校验与类型转换系统
> >       listquote 1.4.0 - 字符串转换为list
> >           StandOut 2.1.0 - 简单日志与输出控制
> >       pathutils 0.2.4 - 路径与文件工具
> >       cgiutils 0.3.5 - CGI 帮助函数集
> >       urlpath 0.1.0 - URLs 控制
> >       odict 0.2.1 - 字典排序
> >
> >
> > 大家还有没有可以推荐的?
> >
> >
> > --
> > Best regrads,
> > IQDoctor
> >
> > _______________________________________________
> > 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
> >
> >
>
>
> --
> """Time is unimportant, only life important!
> blogging  :  http://blog.zoomquiet.org/pyblosxom/
> wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> in douban:  http://www.douban.com/people/zoomq/
> """
>
> _______________________________________________
> 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
>
>


-- 
http://codeplayer.blogbus.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060707/5e8637d6/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号