首页 / 词典 / good

pythonic

  • 网络蟒蛇的;神谕;语言风格;蟒样的
pythonicpythonic
  1. A Pythonic approach might come from a different direction .

    Python式的方法可能来自一个不同的角度。

  2. In fact , the community has a term for code that follows a preferred style : pythonic .

    事实上,该社区定义了一种特有的代码风格术语,即Python化(pythonic)。

  3. Finally , string provides a very Pythonic oddball .

    最后,string提供了非常Python化的奇特事物。

  4. In addition , there have always been third-party libraries that offer higher-level or more pythonic interfaces .

    此外,很多第三方库可以提供更高级别的或更具有python风格的接口。

  5. In order to descend recursively and with ease through XML nodes , I utilized the high-level Pythonic interface provided by xml_objectify .

    为了轻松地循环下降遍历XML节点,我利用了xmlobjectify提供的高级Python化的接口。

  6. XML developers who have struggled with DOM performance or with the event-driven model of SAX now have the chance to work with higher-level pythonic libraries .

    那些希望提高DOM性能或使用SAX事件驱动模型的XML开发人员现在有机会获得更高级的Python库。

  7. This paper introduces an automated magnet design , modeling and shimming method under the pythonic integrated environment based on virtual prototyping , a novel technique to shorten development period and reduce costs for physical prototypes .

    提出了一种计算机辅助的自动化磁铁设计、建模和修正的方法,该方法在基于Python混合编程的虚拟样机集成设计环境中实现。

  8. This approach can be clumsy and isn 't very " Pythonic . " This example uses the tarfile module to open a tar file , which has the advantage of allowing you to use Python attributes and methods as you manipulate the file .

    这种方法可能比较笨拙,并且不是非常符合Python的习惯。这个示例使用tarfile模块打开tar文件,这样做的好处是,在操作文件时允许您使用Python的属性和方法。