You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The translator has always insisted on using Python 3 because it represents the future of Python. Although backward compatibility is its flaw, this situation will change sooner or later, and the future of Python3 needs everyone's help and support. At present, the tutorial books on the market, most of the manuals on the Internet are basically 2.x series, and the books based on the 3.x series are less pitiful.
14
+
最新版(3.0.0)下载
19
15
20
-
Life is short, I use Python!
16
+
* 中文简体版PDF下载地址:<https://pan.baidu.com/s/1pL1cI9d>
17
+
* 中文繁体版PDF下载地址:<https://pan.baidu.com/s/1qX97VJI>
21
18
22
-
The translator has always insisted on using Python 3 because it represents the future of Python. Although backward compatibility is its hard injury, this situation will change sooner or later,
23
-
And the future of Python 3 needs everyone's help and support.
24
-
At present, the tutorial books on the market, most of the manuals on the Internet are basically 2.x series, and the books based on the 3.x series are less pitiful.
25
19
26
-
I recently saw a Python Cookbook 3rd Edition, based entirely on Python3, which is also very good.
27
-
For the popularity of Python3, I am not self-sufficient and want to do something. Ever since, there is an impulse to translate this book!
28
-
This is not an easy job, but it is a worthwhile job: it is not only convenient for others, but also an exercise and improvement for your ability to translate.
20
+
## 译者的话
29
21
30
-
The translator will insist on being responsible for the translation of each sentence and strive for high quality. However, due to limited ability, it is inevitable that there will be omissions or improper expressions.
31
-
If there is anything wrong with the translation, please forgive me and welcome everyone to correct me.
22
+
人生苦短,我用Python!
32
23
33
-
At present, the translation of the entire book has been officially completed. It lasted for 2 years, and it persisted anyway. Now share it with the python community.
* Use the python official documentation theme [sphinx-rtd-theme] (https://github.com/snide/sphinx_rtd_theme), which is also the default theme default.
47
-
* All code in the book runs under Python 3.6, all source code is placed under the cookbook package
48
50
```
49
51
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
In addition, the issue of the title number is automatically generated in the generated PDF file, and the enthusiastic user [CarlKing5019](https://github.com/CarlKing5019) proposes a solution.
* Chinese simplified version PDF download address: https://pan.baidu.com/s/1pL1cI9d
12
+
* Chinese Traditional Chinese PDF download address: https://pan.baidu.com/s/1qX97VJI
13
+
14
+
## Translator's words
15
+
16
+
Life is short, I use Python!
17
+
18
+
The translator has always insisted on using Python 3 because it represents the future of Python. Although backward compatibility is its flaw, this situation will change sooner or later, and the future of Python3 needs everyone's help and support. At present, the tutorial books on the market, most of the manuals on the Internet are basically 2.x series, and the books based on the 3.x series are less pitiful.
19
+
20
+
Life is short, I use Python!
21
+
22
+
The translator has always insisted on using Python 3 because it represents the future of Python. Although backward compatibility is its hard injury, this situation will change sooner or later,
23
+
And the future of Python 3 needs everyone's help and support.
24
+
At present, the tutorial books on the market, most of the manuals on the Internet are basically 2.x series, and the books based on the 3.x series are less pitiful.
25
+
26
+
I recently saw a Python Cookbook 3rd Edition, based entirely on Python3, which is also very good.
27
+
For the popularity of Python3, I am not self-sufficient and want to do something. Ever since, there is an impulse to translate this book!
28
+
This is not an easy job, but it is a worthwhile job: it is not only convenient for others, but also an exercise and improvement for your ability to translate.
29
+
30
+
The translator will insist on being responsible for the translation of each sentence and strive for high quality. However, due to limited ability, it is inevitable that there will be omissions or improper expressions.
31
+
If there is anything wrong with the translation, please forgive me and welcome everyone to correct me.
32
+
33
+
At present, the translation of the entire book has been officially completed. It lasted for 2 years, and it persisted anyway. Now share it with the python community.
34
+
35
+
**Welcome to my personal public number "Flying Saffron Bear", I will share some of my own Python study notes and tips on a regular basis. **
* Use the python official documentation theme [sphinx-rtd-theme] (https://github.com/snide/sphinx_rtd_theme), which is also the default theme default.
47
+
* All code in the book runs under Python 3.6, all source code is placed under the cookbook package
48
+
```
49
+
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
In addition, the issue of the title number is automatically generated in the generated PDF file, and the enthusiastic user [CarlKing5019] (https://github.com/CarlKing5019) proposes a solution.
0 commit comments