Capability library

每个功能,一个中文代码页面。

从 Python 内置能力到 Flask、数据库、AI、工业控制和动态库。搜索名称、签名或业务场景,打开页面即可复制运行。

当前找到 467
第 1 / 16 页点击功能查看完整中文案例、参数备注和错误排查
001Python · 基础 / Python 内置打印(*args, sep=' ', end='\n', file=None, flush=False)002Python · 基础 / Python 内置输入(prompt='', /)003Python · 基础 / Python 内置长度(obj, /)004Python · 基础 / Python 内置范围005Python · 基础 / Python 内置列表(iterable=(), /)006Python · 基础 / Python 内置字典007Python · 基础 / Python 内置集合(iterable=(), /)008Python · 基础 / Python 内置元组(iterable=(), /)009Python · 基础 / Python 内置字符串010Python · 基础 / Python 内置整数011Python · 基础 / Python 内置小数(x=0, /)012Python · 基础 / Python 内置复数(real=0, imag=0)013Python · 基础 / Python 内置布尔(object=False, /)014Python · 基础 / Python 内置字节015Python · 基础 / Python 内置字节数组016Python · 基础 / Python 内置枚举(iterable, start=0)017Python · 基础 / Python 内置压缩(*iterables, strict=False)018Python · 基础 / Python 内置映射(function, iterable, /, *iterables, strict=False)019Python · 基础 / Python 内置过滤(function, iterable, /)020Python · 基础 / Python 内置排序(可迭代对象, *, 键=None, 反转=False)021Python · 基础 / Python 内置反转(sequence, /)022Python · 基础 / Python 内置求和(iterable, /, start=0)023Python · 基础 / Python 内置最大可调用对象024Python · 基础 / Python 内置最小可调用对象025Python · 基础 / Python 内置绝对值(x, /)026Python · 基础 / Python 内置四舍五入(number, ndigits=None)027Python · 基础 / Python 内置打开(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None)028Python · 基础 / Python 内置类型029Python · 基础 / Python 内置是否为(obj, class_or_tuple, /)030Python · 基础 / Python 内置是否子类(cls, class_or_tuple, /)