<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">
:-: 
***微信掃一掃,關注“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 高級特性_列表處理