README.md 1.4 KB
Newer Older
逆流者blog's avatar
逆流者blog 已提交
1 2
# python3-learn

逆流者blog's avatar
逆流者blog 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
python3 学习教程

链接是我的个人博客站,有问题还请反馈给我,共同交流学习。

**Python3 目录**

1. [Python3 教程](https://wushanghui.top/archives/python3-hello)
2. [Python3 变量和简单数据类型](https://wushanghui.top/archives/python3-variable)
3. [Python3 列表](https://wushanghui.top/archives/python3-list)
4. [Python3 操作列表](https://wushanghui.top/archives/python3-operlist)
5. [Python3 if 语句](https://wushanghui.top/archives/python3-if)
6. [Python3 if 字典](https://wushanghui.top/archives/python3-dict)
7. [Python3 用户输入和while循环](https://wushanghui.top/archives/python3-inputwhile)
8. [Python3 函数](https://wushanghui.top/archives/python3-function)
9. [Python3 类](https://wushanghui.top/archives/python3-class)
10. [Python3 文件和异常](https://wushanghui.top/archives/python3-fileexception)
11. [Python3 测试代码](https://wushanghui.top/archives/python3-test)
12. [Python3 使用matplotlib绘制图表](https://wushanghui.top/archives/python3-matplotlib)
13. [Python3 使用Pygal生成矢量图形文件](https://wushanghui.top/archives/python3-pygal)
14. [Python3 使用csv模块处理CSV(逗号分割的值)格式存储的天气数据](https://wushanghui.top/archives/python3-csv)
15. [Python3 处理JSON格式数据(制作交易收盘价走势图)](https://wushanghui.top/archives/python3-json)
16. [Python3 使用API](https://wushanghui.top/archives/python3-request)