<h2 style="text-align:center">目录</h2>
* [chapter01_开发环境](chapter01_开发环境.md)
* [chapter02_字符串的使用](Day2_字符串的使用.md)
* [chapter03_列表的使用](Day2_列表的使用.md)
* [chapter04_字典的使用](Day2_字典的使用.md)
* [chapter05_数字的使用](Day3_数字的使用.md)
* [chapter06_元组的使用](Day3_元组的使用.md)
* [chapter07_集合的使用](Day3_集合的使用.md)
* [chapter08_输入输出](Day4_输入输出.md)
* [chapter09_控制流程](Day4_控制流程.md)
* [chapter10_实例练习_登录1](Day4_实例练习_登录1.md)
* [chapter11_python函数入门](Day5_函数.md)
* [chapter12_python中的类](Day5_类.md)
* [chapter13_轻松玩转python中的模块管理](Day6_包管理.md)
* [chapter14_掌握学习新模块的技巧](chapter14_掌握学习新模块的技巧.md)
* [chapter15_通过os模块与操作系统交互](chapter15_通过os模块与操作系统交互.md)
* [chapter16_子进程相关模块(subprocess)](chapter16_子进程相关模块subprocess.md)
* [chapter17_时间相关模块(time & datetime)](chapter17_时间相关模块timedatetime.md)
* [chapter18_序列化模块(json)](chapter18_序列化模块json.md)
* [chapter19_加密模块(hashlib)](chapter19_加密模块hashlib.md)
* [chapter20_文件的读与写](chapter20_文件的读与写.md)
* [chapter21_阶段考核2_登录](chapter21_阶段考核2_登录.md)
* [chapter22_小小算法挑战(排序&二分法)](chapter22_小小算法挑战排序二分法.md)
* [chapter23_用多线程来搞事!](chapter23_用多线程来搞事!.md)
* [chapter24_HTTP接口请求(requests)](chapter24_HTTP接口请求requests.md)
* [chapter25_接口测试框架(pytest)](chapter25_接口测试框架pytest.md)
* [chapter26_阶段考核3_HTTP接口测试](chapter26_阶段考核3_HTTP接口测试.md)
* [chapter27_HTML解析(pyquery)](chapter27_HTML解析pyquery.md)
* [chapter28_阶段考核4_爬虫下载网易汽车](chapter28_阶段考核4_爬虫下载网易汽车.md)
* [chapter29_python中的那些编码坑](chapter29_python中的那些编码坑.md)
* [chapter30_MySQL数据库操作](chapter30_MySQL数据库操作.md)
* [chapter31 高级特性_迭代器与生成器](chapter31_迭代器与生成器.md)
* [chapter32 高级特性_装饰器](chapter32高级特性_装饰器.md)
* [chapter33 高级特性_列表处理](chapter33_高级特性_列表处理.md)
<hr style="margin-top:100px">
:-: ![](https://box.kancloud.cn/2ff0bc02ec938fef8b6dd7b7f16ee11d_258x258.jpg)
***微信扫一扫,关注“python测试开发圈”,了解更多测试教程!***
- 前言
- chapter01_开发环境
- chapter02_字符串的使用
- chapter03_列表的使用
- chapter04_字典的使用
- chapter05_数字的使用
- chapter06_元组的使用
- chapter07_集合的使用
- chapter08_输入输出
- chapter09_控制流程
- chapter10_实例练习_登录1
- chapter11_python函数入门
- chapter12_python中的类
- chapter13_轻松玩转python中的模块管理
- chapter14_掌握学习新模块的技巧
- chapter15_通过os模块与操作系统交互
- chapter16_子进程相关模块(subprocess)
- chapter17_时间相关模块(time & datetime)
- chapter18_序列化模块(json)
- chapter19_加密模块(hashlib)
- chapter20_文件的读与写
- chapter21_阶段考核2_登录
- chapter22_小小算法挑战(排序&二分法)
- chapter23_用多线程来搞事!
- chapter24_HTTP接口请求(requests)
- chapter25_接口测试框架(pytest)
- chapter26_阶段考核3_HTTP接口测试
- chapter27_HTML解析(pyquery)
- chapter28_阶段考核4_爬虫下载网易汽车
- chapter29_python中的那些编码坑
- chapter30_MySQL数据库操作
- chapter31 高级特性_迭代器与生成器
- chapter32 高级特性_装饰器
- chapter33 高级特性_列表处理