python.md 3.4 KB
Newer Older
沉默王二's avatar
前端  
沉默王二 已提交
1
---
2
star: true
3
shortTitle: Python学习路线
沉默王二's avatar
前端  
沉默王二 已提交
4 5 6 7 8 9 10 11
category:
  - 学习路线
tag:
  - Python
---

# Python学习路线(建议收藏:+1:)

沉默王二's avatar
沉默王二 已提交
12 13
先上一张 Python 知识图谱,直观的了解一下 Python 的基本构成与实际应用。

沉默王二's avatar
沉默王二 已提交
14
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-1.png)
沉默王二's avatar
沉默王二 已提交
15 16 17 18 19 20 21 22 23 24


**1)视频篇**

B 站也就是哔哩哔哩,是国内最大的二次元视频网站之一。作为一个半吊子 up 主,我虽然看视频不多,但现在基本想看视频就直接去 B 站了。

上面也有非常多的 Python 视频可供学习。

01、小甲鱼零基础入门学习Python,1669.8万播放。画面虽然有点儿童风,但配合 up 幽默的教学风格到也显得非常有意思。

沉默王二's avatar
沉默王二 已提交
25
>[https://www.bilibili.com/video/av4050443](https://www.bilibili.com/video/av4050443)
沉默王二's avatar
沉默王二 已提交
26 27


沉默王二's avatar
沉默王二 已提交
28
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-2.png)
沉默王二's avatar
沉默王二 已提交
29 30 31

02、Python从入门到精通教程,1165.8万播放。虽然是培训机构出品的,但视频质量还过得去,也比较像大学老师的授课风格,况且还可以白票。前 100 集在讲 Linux 基础,没兴趣的可以直接跳过。

沉默王二's avatar
沉默王二 已提交
32
>[https://www.bilibili.com/video/av14184325](https://www.bilibili.com/video/av14184325)
沉默王二's avatar
沉默王二 已提交
33

沉默王二's avatar
沉默王二 已提交
34
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-3.png)
沉默王二's avatar
沉默王二 已提交
35 36 37

03、Python编程从入门到实践,84.4万播放。虽然播放量一般,内容也一般,但如果想听萝莉小姐姐的声音的话,可以尝试下,听完整个人都治愈了。

沉默王二's avatar
沉默王二 已提交
38
>[https://www.bilibili.com/video/av35698354](https://www.bilibili.com/video/av35698354)
沉默王二's avatar
沉默王二 已提交
39

沉默王二's avatar
沉默王二 已提交
40
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-4.png)
沉默王二's avatar
沉默王二 已提交
41 42 43 44 45 46

**2)教程篇**

01、Python 3.10.0 文档,官方文档,毫无疑问是需要学习的。


沉默王二's avatar
沉默王二 已提交
47
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-5.png)
沉默王二's avatar
沉默王二 已提交
48

沉默王二's avatar
沉默王二 已提交
49
>[https://docs.python.org/zh-cn/3/](https://docs.python.org/zh-cn/3/)
沉默王二's avatar
沉默王二 已提交
50 51 52

02、Python - 100天从新手到大师,112k star,足见受到的关注程度。

沉默王二's avatar
沉默王二 已提交
53
>[https://github.com/jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)
沉默王二's avatar
沉默王二 已提交
54

沉默王二's avatar
沉默王二 已提交
55
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-6.png)
沉默王二's avatar
沉默王二 已提交
56 57 58 59


03、Python Cookbook,比较适合那些想深入理解 Python 语言机制和现代编程风格的有经验的 Python 程序员。

沉默王二's avatar
沉默王二 已提交
60
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-7.png)
沉默王二's avatar
沉默王二 已提交
61

沉默王二's avatar
沉默王二 已提交
62 63
>[https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html](https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html)

沉默王二's avatar
沉默王二 已提交
64 65 66 67 68 69 70

更多 Python 的学习资料,可以直接戳我整理的这个 GitHub/码云仓库——📚程序员必读书单整理,附下载地址,里面有大量的 Python 学习资料。

- GitHub 地址:[https://github.com/itwanger/JavaBooks](https://github.com/itwanger/JavaBooks#python)
- 码云地址:[https://gitee.com/itwanger/JavaBooks](https://gitee.com/itwanger/JavaBooks#python)


沉默王二's avatar
沉默王二 已提交
71
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-books.jpg)
沉默王二's avatar
沉默王二 已提交
72 73 74 75 76 77 78 79 80 81 82 83 84

简单罗列一下:

- 《Python+Cookbook》第三版中文
- 编程小白的第一本Python入门书
- 可爱的Python_中文版
- 利用Python进行数据分析
- 流畅的python
- 深入浅出:使用Python编程
- 用Python进行自然语言处理
- Python编程:从入门到实践
- PYTHON自然语言处理【中文版】

沉默王二's avatar
沉默王二 已提交
85
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xingbiaogongzhonghao.png)