2005年08月15日 星期一 18:35
我需要用python来实现对xml配置文件的读写。 功能要求也很简单,只是读写。 请问用什么模块比较简单,快速,易学? 谢谢
2005年08月15日 星期一 19:22
推荐 http://effbot.org/zone/element.htm 现在速度最快的 Dom 型XML处理模块! 在 05-8-15,Tom<zysno1 at gmail.com> 写道: > 我需要用python来实现对xml配置文件的读写。 > 功能要求也很简单,只是读写。 > > 请问用什么模块比较简单,快速,易学? > > 谢谢 > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- [Time is unimportant, only life important!]
2005年08月15日 星期一 21:13
哪位朋友用过或者了解下面四种扩展Python的方法: 1.直接修改Python源码的方式; 2.以Win32 动态链接库的方式; 3.C++ Boost的Boost.Python库; 4.借助封装工具SWIG 的方式。 请你分析一下这四种方法的优缺点,谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050815/d4046d9e/attachment.htm
2005年08月16日 星期二 09:25
minidom,使用起来非常简单。 在 05-8-15,Zoom Quiet<zoom.quiet at gmail.com> 写道: > 推荐 http://effbot.org/zone/element.htm > 现在速度最快的 Dom 型XML处理模块! > > 在 05-8-15,Tom<zysno1 at gmail.com> 写道: > > 我需要用python来实现对xml配置文件的读写。 > > 功能要求也很简单,只是读写。 > > > > 请问用什么模块比较简单,快速,易学? > > > > 谢谢 > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > -- > [Time is unimportant, only life important!] > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
Zeuux © 2025
京ICP备05028076号