leo PYTHON
推荐学习
讨论区
打赏
About
课程 ▾
Python3课程 ▾
基础
多进程 multiprocessing
多线程 threading
窗口视窗 Tkinter
robot 课程 ▾
基础
architecture and tools
robot data
robot keyword
提效工具 ▾
Linux 简易教学
基础教程系列
安装
1.1 安装
基本使用
2.1 打印(print)功能
2.2 基础数学运算
2.3 python变量
while 和 for 循环
3.1 while 循环
3.2 for 循环
if 判断
4.1 if 判断
4.2 if else 判断
4.3 if elif else 判断
定义功能
5.1 def 函数
5.2 函数参数
5.3 函数默认参数
变量形式
6.1 全局 & 局部 变量
模块安装
7.1 模块安装
文件读取
8.1 读写文件 1
8.2 读写文件 2
8.3 读写文件 3
class 类
9.1 class 类
9.2 class 类 init 功能
input 输入
10.1 input 输入
元组, 列表, 字典
11.1 元组 列表
11.2 list 列表
11.3 多维列表
11.4 dictionary 字典
模块
12.1 import 模块
12.2 自己的模块
其他
13.1 continue & break
13.2 try 错误处理
13.3 13 03 Zip Lambda Map
13.4 copy & deepcopy 浅复制 & 深复制
13.5 threading 什么是多线程
13.6 multiprocessing 什么是多进程
13.7 什么是 tkinter 窗口
13.8 pickle 保存数据
13.9 set 找不同
13.10 正则表达式