funtools ---- Python Function Tools Module

functools.cache

  • 存储 function 执行结果,以备下次调用

functools.lru_cache

functools.cache_property

  • 存储 类 method 知青结果

functools.total_ordering

  • 作用对象

    • 类定义
  • 生成比较方法
  • 自动为类 创建 __eq__, __lt__ 等等方法

functools.partial

  • 制作偏函数

functools.partialmethod

  • 制作偏方法

functools.reduce

functools.singledispatch

  • 制作重载函数

functools.singledispatchmethod

  • 制作重载方法

functools.wrap

  • 用户装饰器

Katalon

Katalon Studio

  • a Developmet Testing Software

Need to Know Other Knowledges

  • Selenium
  • Groovy

Chrome extension:

  • name: Katalon Recoder

Py4chemoinformatics

Brief info

  • This is a reading notebook for the book 《py4chemoinformatics》

遇到的专业名词

  • chemoinformatics

    • 化学信息学
  • RDKit

  • OpenBable

    • link: http://openbabel.org/wiki/Main_Page
    • definition:

      • Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas.
  • SKlearn