python基础

python简介
python安装以及版本检测
python注释与语句分类
python命令方式和关键字
python中的变量
python的数据类型
python的数据类型转换
python中的运算和运算符
python中的流程控制
python中的循环结构
python中的函数

python核心

python中变量的作用域
python中的内部函数和闭包函数
python中的lambda表达式
python中的字符串
python中格式化字符串
python中的内建函数
python中的列表
python中的元组操作
python中的字典
python中的集合

python高级

python中的文件操作
python中的string模块
python中的数学模块
python中的OS模块
python中的zip模块
python中的shutil模块
python中时间模块
python中面向对象
python中的魔术方法
python中的装饰器和抽象类
python中错误和异常处理
python中的模块和包
python中的tkinter模块