Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liyangbit committed Jan 28, 2021
1 parent 71a0b5d commit b0abb9a
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 30 deletions.
73 changes: 67 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,74 @@
# 1. Python知识手册

《Python知识手册》 由 Python数据之道出品
《Python知识手册》 由 微信公众号 **Python数据之道** 出品

作者:Lemon

个人网站: [http://liyangbit.com](http://liyangbit.com)

手册获取地址:[《Python知识手册》](https://github.com/liyangbit/Python-Knowledge-Handbook/tree/master/handbook/V2.x)
手册获取地址:[《Python知识手册》](https://github.com/liyangbit/Python-Knowledge-Handbook/tree/master/handbook)

## 导读

大家好,我是 Lemon 。

《Python知识手册》由「Python数据之道」出品,最新版会在公众号上进行发布,大家可以在公众号「Python数据之道」后台回复 **600** 获取最新版。

虽然我写了一些关于 Python 零基础入门的文章,但《Python知识手册》 并没有比较完整的
覆盖 Python 的基础知识。因此,针对手册的阅读,各位读者最好有一些 Python 的基本功底。

## 手册内容

2019 年 2 月,「Python数据之道」发布了《Python知识手册》的第一个版本(v2018版)。

2021年1月,《Python知识手册》V3.0 版主要更新了 2020年我写的一些内容,涉及 主要涉及 VS Code、Pandas、Plotly 以及学习资料等内容。

手册的封面如下:

<div align="center">
<img src="images/v3.0.png" width="600"/>
</div>

当前版本中,手册主要包含以下几方面相关的内容:

- Python 基础知识
- Jupyter Notebook
- Numpy
- Pandas
- Matplotlib
- Seaborn
- Bokeh
- Plotly
- 若干个项目实战案例
- Python 学习资料

如没有特殊的说明,手册中代码的运行环境如下:

- windows 7 或 windows 10 系统 或 MacOS 系统
- python 3.5 或 python 3.5+
- Anaconda / Jupyter Notebook / VS Code

## 与优秀者同行

从 V3.0 版开始,加强了延伸阅读的内容,一个人的水平、时间和经验总是有限的。在《手册》中,以介绍或链接的方式,添加了部分内容,包括书籍介绍、网站及博客介绍、翻译内容链接、读者投稿文章的链接等,这些内容,可以在《手册》的学习资料章节进行了解。

## 如何阅读和使用《手册》

《Python知识手册》的大部分章节来自公众号「Python数据之道」发布的内容,每个章节,基本上是一个独立的内容。因此,读者可以根据自己的知识储备情况,有针对性的阅读,熟悉的章节可以快速的阅览或者跳过,对于有兴趣的内容,可以详细阅读和练习。

## 手册版本历史信息

《Python知识手册》更新信息情况如下:

| 版本号 | 日期 | 主要内容描述 |
|---|---|---|
|v3.0| 2021-01-01 | 更新 VS Code、Pandas、Plotly 以及学习资料等内容|
|v2.2| 2020-05-11 | 更新Plotly相关内容和Python学习资料的章节|
|v2.1| 2020-02-14 | 添加“导读” 和 “Python网站” 章节,移除部分项目|
|v2.0.1| 2020-02-02 | 修复2.0 版没有书签的 bug |
|v2.0| 2020-02-02 | 添加 Python 基础知识;添加 Plotly 内容 |
|v2018| 2019-02-25 | 第一版,初始版本 |
<!--
## 1.1 前言
各位读者好,我是 Lemon 。
Expand All @@ -25,7 +86,7 @@
手册 V2.2 的封面如下:
<div align="center">
<img src="images/v2.2.jpg" width="600"/>
<img src="images/v3.0.png" width="600"/>
</div>
虽然我写了一些关于 Python 零基础入门的文章,但《Python知识手册》 并没有比较完整的覆盖 Python 的基础知识。因此,针对手册的阅读,各位读者最好有一些 Python 的基本功底。
Expand Down Expand Up @@ -55,10 +116,10 @@
坚持写作,少了许多与家人陪伴的时光,感谢家人对我的支持与理解。通过「Python数据之道」,结识了不少业界前辈以及新朋友,通过交流,让我愈发感到自己的渺小与不足,希望能与诸位共同成长。衷心感谢诸位前辈以及众多读者对「Python数据之道」的支持。
当然,由于个人水平有限,文章中内容难免有不准确的地方,《Python知识手册》会不定期进行更新,更新后的内容可以通过公众号「Python数据之道」 进行获取。
当然,由于个人水平有限,文章中内容难免有不准确的地方,《Python知识手册》会不定期进行更新,更新后的内容可以通过公众号「Python数据之道」 进行获取。 -->

## 1.4 如何获取《Python知识手册》
## 如何获取《Python知识手册》

手册获取地址:[《Python知识手册》](https://github.com/liyangbit/Python-Knowledge-Handbook/tree/master/handbook/V2.x)
手册获取地址:[《Python知识手册》](https://github.com/liyangbit/Python-Knowledge-Handbook/tree/master/handbook)

<div align="center"><img src="images/QR-PyDataLab-202002.jpg" width="120"/></div>
Binary file modified handbook/.DS_Store
Binary file not shown.
28 changes: 28 additions & 0 deletions handbook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Python知识手册

<!-- 可以直接下载 github 项目中的 pdf 文件 "Python知识手册-v2.2.pdf"
### 获取地址
下载方式一:百度网盘
链接:https://pan.baidu.com/s/1ANXDD1hLZ5h_6jMrDMEQzg
密码:5r0a
### PC 端备用地址
下载方式二:城通盘
Python知识手册-v2.2.pdf:
https://72k.us/file/23159928-443559093 -->

### 下载方式一:百度网盘

链接:

https://pan.baidu.com/s/1ANXDD1hLZ5h_6jMrDMEQzg

密码:5r0a

### 下载方式二:城通盘

Python知识手册-V3.0.pdf:

https://306t.com/f/23159928-477967822-b9023e (访问密码:2021)
Binary file removed handbook/V1.x-2018/Python知识手册-v2018.pdf
Binary file not shown.
10 changes: 0 additions & 10 deletions handbook/V1.x-2018/README.md

This file was deleted.

Binary file removed handbook/V2.x/Python知识手册-v2.2.pdf
Binary file not shown.
14 changes: 0 additions & 14 deletions handbook/V2.x/README.md

This file was deleted.

Binary file added images/v3.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0abb9a

Please sign in to comment.