python.md 4.1 KB
Newer Older
沉默王二's avatar
前端  
沉默王二 已提交
1
---
2
star: true
沉默王二's avatar
沉默王二 已提交
3
title: 非 Python 职业选手的Python学习路线(建议收藏🔥)
4
shortTitle: Python学习路线
沉默王二's avatar
前端  
沉默王二 已提交
5 6 7 8
category:
  - 学习路线
tag:
  - Python
沉默王二's avatar
沉默王二 已提交
9 10 11 12 13 14 15 16 17
  - Python学习路线
description: 非 Python职业选手,但工作中学过一段时间,这篇分享给对 Python 感兴趣的爱好者,文中有大量 Python 的学习资源可供下载。
head:
  - - meta
    - name: description
      content: 非 Python职业选手,但工作中学过一段时间,这篇分享给对 Python 感兴趣的爱好者,文中有大量 Python 的学习资源可供下载。
  - - meta
    - name: keywords
      content: Python,Python学习路线
沉默王二's avatar
前端  
沉默王二 已提交
18 19
---

沉默王二's avatar
沉默王二 已提交
20
>非 Python职业选手,但工作中学过一段时间,这篇分享给对 Python 感兴趣的爱好者,文中有大量 Python 的学习资源可供下载。
沉默王二's avatar
前端  
沉默王二 已提交
21

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

沉默王二's avatar
沉默王二 已提交
24
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-1.png)
沉默王二's avatar
沉默王二 已提交
25 26 27 28 29 30 31 32 33 34


**1)视频篇**

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

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

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

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


沉默王二's avatar
沉默王二 已提交
38
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-2.png)
沉默王二's avatar
沉默王二 已提交
39 40 41

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

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

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

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

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

沉默王二's avatar
沉默王二 已提交
50
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-4.png)
沉默王二's avatar
沉默王二 已提交
51 52 53 54 55 56

**2)教程篇**

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


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

沉默王二's avatar
沉默王二 已提交
59
>[https://docs.python.org/zh-cn/3/](https://docs.python.org/zh-cn/3/)
沉默王二's avatar
沉默王二 已提交
60 61 62

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

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

沉默王二's avatar
沉默王二 已提交
65
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-6.png)
沉默王二's avatar
沉默王二 已提交
66 67 68 69


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

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

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

沉默王二's avatar
沉默王二 已提交
74 75 76 77 78 79 80

更多 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
沉默王二 已提交
81
![](http://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-books.jpg)
沉默王二's avatar
沉默王二 已提交
82 83 84 85 86 87 88 89 90 91 92 93 94

简单罗列一下:

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

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