- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/python-openxml/cxml
- 软件文档: https://github.com/python-openxml/cxml/blob/master/README.rst
- 官方下载: https://github.com/python-openxml/cxml/archive/master.zip
软件介绍
CXML 可以将紧凑型的XML文件转换为适当格式的XML文件。
示例:
紧凑型
from cxml import xml
xml('w:p/(w:pPr/w:jc{w:val=right},w:r/w:t"Right-aligned")'),标准型
<w:p xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"> <w:pPr> <w:jc w:val="right"/> </w:pPr> <w:r> <w:t>Right-aligned</w:t> </w:r> </w:p
High Performance Python
Micha Gorelick、Ian Ozsvald / O'Reilly Media / 2014-9-10 / USD 39.99
If you're an experienced Python programmer, High Performance Python will guide you through the various routes of code optimization. You'll learn how to use smarter algorithms and leverage peripheral t......一起来看看 《High Performance Python》 这本书的介绍吧!
