1.In particular, it is not very Pythonic to access data using getters and setters, or other similar methods.
具体地说,使用getter和setter或其他类似的方法来访问数据不太符合Python的习惯。
2.But the language of a DTD is un-Pythonic, and xmlproc just uses it as data that needs to be parsed.
但是DTD的语言并不是Python式的,xmlproc只将它用作需要解析的数据。
3.In order to descend recursively and with ease through XML nodes, I utilized the high-level Pythonic interface provided by xml_objectify.
为了轻松地循环下降遍历XML节点,我利用了xml_objectify提供的高级Python化的接口。
4.This approach can be clumsy and isn't very "Pythonic. "
这种方法可能比较笨拙,并且不是非常符合Python的习惯。
5.A Pythonic approach might come from a different direction.
Python式的方法可能来自一个不同的角度。
6.In fact, the community has a term for code that follows a preferred style: pythonic.
事实上,该社区定义了一种特有的代码风格术语,即Python化(pythonic)。
7.The first step for xml2sql is to create a "Pythonic" object using xml_objectify.
xml2sql的第一步是使用xml_objectify创建一个“Python化”的对象。