Python常用术语

Python 代码缩进

Python 单行注释

Python 多行注释

Python 声明变量

Python 变量命名

Python 单行多个变量赋值

Python 输出变量

Python 字符串变量连接

Python 全局变量

Python 内置数据类型

Python 获取变量及常量的数据类型

Python 设置变量的数据类型

Python 数值类型

Python int 类型

Python float 类型

Python 复数类型(complex)

Python 数值类型转换

Python random随机数

Python 数据类型转换

Python 声明字符串

Python 字符串变量赋值

Python 多行字符串

Python 字符串(Strings)是数组

Python 字符串切片(slice)

Python 字符串负索引(Negative Indexing)

Python 字符串长度(len)

Python 使用in判断字符串

Python 字符串格式化(format)

Python 转义字符

Python 布尔值(bool)

Python 布尔值转换(bool())

Python return返回布尔值

Python 运算符(操作符)

Python 算术运算符

Python 赋值运算符

Python 比较运算符

Python 逻辑运算符

Python 身份运算符

Python 成员运算符

Python 按位运算符

Python 列表(list)

Python 访问list列表元素

Python 改变列表元素的值

Python 循环遍历列表(list)

Python 列表生成器

Python 判断列表元素是否存在

Python 列表(list)长度

Python 列表添加元素

Python 判断集合中是否存在指定元素

Python 获取集合的长度

Python 删除集合中元素

Python 连接合并两个集合

Python 字典

Python 访问字典里的值

Python 改变字典中的值

Python 遍历字典

Python 判断字典中key是否存在

Python 字典的长度(len())

Python 字典添加项目元素

Python 删除字典中项目元素

Python copy复制一个字典

Python 嵌套的字典

Python If条件语句

Python If语句缩进

Python if条件语句中elif

Python if条件语句中else

Python 简写 If 语句

Python 简写 If else 语句

Python if条件中的and

Python if条件中的or

Python If条件嵌套

Python if条件语句中使用pass

Python while 循环

Python while break语句

Python while continue语句

Python while else语句

Python for 循环

Python for 循环遍历字符串

Python for break语句

Python for continue语句

Python 使用Lambda函数表达式的好处

Python 定义数组

Python 什么是数组?

Python 访问数组中的元素

Python 数组的长度

Python 遍历数组元素

Python 添加数组元素

Python 删除数组元素

Python 数组方法

Python class(类)

Python 创建对象

Python __init__() 函数

Python 对象方法

Python 面向对象中的self

Python 修改对象属性

Python del 删除对象属性

Python del 删除对象

Python 类中pass语句

Python 定义父类

Python 定义子类

Python 定义 __init__()方法

Python super() 函数

Python 定义类属性

Python 定义类方法

Python 迭代器

Python 迭代器(Iterator)和可迭代(Iterable)

Python 遍历迭代器

Python 定义迭代器

Python 迭代器中的StopIteration

Python 全局作用域(Global Scope)

Python global全局关键字

Python 定义模块(Module)

Python 模块中的变量

Python 模块的别名(as)

Python 内置模块

Python 使用dir()函数查看模块中函数

Python 使用from和import导入指定的模块 

Python 时间日期(datetime)

Python 输出时间日期

Python 创建时间日期datetime对象

Python datetime strftime() 方法

Python datetime格式化代码

Python import json 导入

Python 解析JSON

Python Python对象转换成JSON

Python 格式化json.dumps()生成的JSON字符串

Python 对json.dumps()结果排序

Python 正则表达式(RegEx)介绍及导入使用示例

Python re模块函数方法

Python 正则表达式 元字符

Python 正则表达式 特殊字符

Python 正则表达式 集合

Python 正则表达式 Match 对象(Object)

Python PIP简介及安装

Python PIP 包(Package)查找、下载、安装、卸载

Python PIP 删除包Package

Python 异常处理

Python try except处理多个异常

Python 异常处理中 try else

Python 异常处理中 try finally

Python 抛出引发异常(raise)

你可能感兴趣的:(Python常用术语)