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

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

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

沉默王二's avatar
沉默王二 已提交
20
![](https://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-1.png)
沉默王二's avatar
沉默王二 已提交
21 22


沉默王二's avatar
沉默王二 已提交
23
## **1)视频篇**
沉默王二's avatar
沉默王二 已提交
24 25 26 27 28 29 30

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

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

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

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


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

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

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

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

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

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

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

沉默王二's avatar
沉默王二 已提交
48
## **2)教程篇**
沉默王二's avatar
沉默王二 已提交
49 50 51 52

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


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

沉默王二's avatar
沉默王二 已提交
55
>[https://docs.python.org/zh-cn/3/](https://docs.python.org/zh-cn/3/)
沉默王二's avatar
沉默王二 已提交
56 57 58

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

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

沉默王二's avatar
沉默王二 已提交
61
![](https://cdn.tobebetterjavaer.com/tobebetterjavaer/images/xuexiluxian/python-6.png)
沉默王二's avatar
沉默王二 已提交
62 63 64 65


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

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

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

沉默王二's avatar
沉默王二 已提交
70 71 72 73 74 75 76

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

简单罗列一下:

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

沉默王二's avatar
安卓  
沉默王二 已提交
91 92 93

---------

沉默王二's avatar
9000+  
沉默王二 已提交
94
GitHub 上标星 9000+ 的开源知识库《[二哥的 Java 进阶之路](https://github.com/itwanger/toBeBetterJavaer)》第一版 PDF 终于来了!包括Java基础语法、数组&字符串、OOP、集合框架、Java IO、异常处理、Java 新特性、网络编程、NIO、并发编程、JVM等等,共计 32 万余字,可以说是通俗易懂、风趣幽默……详情戳:[太赞了,GitHub 上标星 9000+ 的 Java 教程](https://javabetter.cn/overview/)
沉默王二's avatar
安卓  
沉默王二 已提交
95

沉默王二's avatar
沉默王二 已提交
96 97

微信搜 **沉默王二** 或扫描下方二维码关注二哥的原创公众号沉默王二,回复 **222** 即可免费领取。
沉默王二's avatar
安卓  
沉默王二 已提交
98 99


沉默王二's avatar
沉默王二 已提交
100
![](https://cdn.tobebetterjavaer.com/tobebetterjavaer/images/gongzhonghao.png)