|
2 | 2 |
|
3 | 3 |
|
4 | 4 | ***本人编写的 Python 系列文章**
|
5 |
| -- 链接: [https://www.readwithu.com/](https://www.readwithu.com/) |
6 |
| -- github :[https://github.com/TwoWater/Python](https://github.com/TwoWater/Python) |
7 |
| -- 本草根编写的 Python 文章,里面有各种例子代码 |
| 5 | + |
| 6 | + 本草根编写的 Python 文章,里面有各种例子代码 |
| 7 | + |
| 8 | + 传送门: [Gitbook](https://www.readwithu.com/),[github](https://github.com/TwoWater/Python) |
8 | 9 |
|
9 | 10 | ***Python 在线手册**
|
10 |
| -- 链接: [http://docs.pythontab.com](http://docs.pythontab.com) |
11 |
| -- Python 在线手册站,收集整理了大量 Python 流行技术文档和教程 |
| 11 | + |
| 12 | + Python 在线手册站,收集整理了大量 Python 流行技术文档和教程。更多时候我们用来查询 Api 。 |
| 13 | + |
| 14 | + 传送门:[官方地址](http://docs.pythontab.com) |
| 15 | + |
12 | 16 |
|
13 | 17 | ***Python轻松入门**
|
14 |
| -- 链接:[https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing) |
15 |
| -- 网易云课程,Python 轻松入门 |
| 18 | + |
| 19 | + 网易云课程,Python 轻松入门 |
| 20 | + |
| 21 | + 传送门: [官方地址](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing) |
| 22 | + |
16 | 23 |
|
17 | 24 | ***廖雪峰 Python 教程**
|
18 |
| -- 链接:[http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) |
19 |
| -- 经典的 Python 入门文章 |
| 25 | + |
| 26 | + 最最最经典的 Python 入门文章。 |
| 27 | + |
| 28 | + 传送门:[官方地址](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) |
| 29 | + |
20 | 30 |
|
21 | 31 | ***Python 基础教程**
|
22 |
| -- 链接:[http://www.runoob.com/python/python-tutorial.html](http://www.runoob.com/python/python-tutorial.html) |
23 |
| -- 详细的记录 Python 各个知识点的用法讲解 |
| 32 | + |
| 33 | + 详细的记录 Python 各个知识点的用法讲解,很适合小白入门。 |
| 34 | + |
| 35 | + 传送门:[官方地址](http://www.runoob.com/python/python-tutorial.html) |
| 36 | + |
24 | 37 |
|
25 | 38 | ***莫烦Python**
|
26 |
| -- 链接:[https://morvanzhou.github.io/tutorials/python-basic/](https://morvanzhou.github.io/tutorials/python-basic/) |
| 39 | + |
| 40 | + |
| 41 | + 传送门:[官方地址](https://morvanzhou.github.io/tutorials/python-basic/) |
27 | 42 |
|
28 | 43 | ***The Hitchhiker’s Guide to Python**
|
29 |
| -- 链接:[http://docs.python-guide.org/en/latest/](http://docs.python-guide.org/en/latest/) |
| 44 | + |
| 45 | + 传送门:[官方地址](http://docs.python-guide.org/en/latest/) |
| 46 | + |
| 47 | + |
0 commit comments