pythonic
常见例句
- In fact, the community has a term for code that follows a preferred style: pythonic.
事实上,该社区定义了一种特有的代码风格术语,即 Python 化(pythonic)。 - In particular, it is not very Pythonic to access data using getters and setters, or other similar methods.
具体地说,使用 getter 和 setter 或其他类似的方法来访问数据不太符合 Python 的习惯。 - 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 化的接口。 - Novices to Python will learn Python-specific techniques that make use of built-in exceptions and the context manager, as well as unusual but Pythonic ways of managing the flow control of their program.
FORBES: Record Number of Women Give Tech Talks at PyCon 2013 返回 pythonic