Terms About Python
English | Chinese |
---|---|
format string | 格式化字符串 |
function | 函数 |
variable | 变量 |
octothorpe / pound character | #注释 |
parenthess | 括号 |
exponent | 指数 |
multiplication | 乘 |
division | 除 |
addition | 加 |
substraction | 减 |
underscore | 下划线 |
argument | 参数 |
argument variable | 参数变量 |
new line character | 换行字符 |
escape sequence | 转义序列 |
tab | 制表符 |
unpack | 解包 |
script | 脚本 |
module | 模块 |
library | 库 |
file object | 文件对象 |
seek | 搜索 |
method | 方法 |
instance | 实例 |
instantiate | 实例化 |
inheritance | 继承 |
compostion | 组合 |
attribute | 属性 |
is-a | 是什么,表继承 |
has-a | 是什么,描述某个东西是由另外一些东西组成的,或者某个东西有某个特征 |
list slicing | 列表切片 |
base class | 基类 |
multiple inheritance | 多重继承 |
top down | 自顶向下 |
CLI:command Line interface | 命令行界面 |
OOP:object oriented programming | 面对对象编程 |
introspection | 内省 |
clipboard | 剪切板 |
vectorization | 矢量化 |
待更新: