Physics 物理学
工具
仿真 simulation
MuJoCo
- GitHub - deepmind/mujoco: Multi-Joint dynamics with Contact. A general purpos…
语言:
- C 编写
- python 接口
- C# 接口
名称,专有名词
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
- 用户装饰器
Docset
工具集
- Dash, for MacOS
- Zeal, for Linux and Windows
- helm-dash, for Emacs
参考手册
for docset itself
helm-dash
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
- link: http://www.rdkit.org/
- github: https://github.com/rdkit/rdkit
definition:
- RDKit is a collection of cheminformatics and machine-learning software written in C++ and Python.
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