forked from Prodesire/Python-Guide-CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.rst.inc
129 lines (89 loc) · 2.17 KB
/
contents.rst.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Python入门
---------------
Python新手?让我们正确地设置您的Python环境:
.. toctree::
:maxdepth: 2
starting/which-python
- 正确地在您的系统上安装 Python
.. toctree::
:maxdepth: 1
starting/installation
starting/install3/osx
starting/install3/win
starting/install3/linux
starting/install/osx
starting/install/win
starting/install/linux
- 借助 Pipenv 使用虚拟环境:
.. toctree::
:maxdepth: 2
dev/virtualenvs
Python 开发环境
---------------------------
这部分指南关注 Python 开发环境,以及用于编写 Python 代码的可用且最实用的工具。
.. toctree::
:maxdepth: 2
dev/env
dev/virtualenvs
dev/pip-virtualenv
写出优雅的Python代码
--------------------------------
这部分指南关注编写Python代码的最佳实践。
.. toctree::
:maxdepth: 2
writing/structure
writing/style
writing/reading
writing/documentation
writing/tests
writing/logging
writing/gotchas
writing/license
Python应用的场景指南
--------------------------------
这部分指南关注基于不同场景的工具和模块推荐。
.. toctree::
:maxdepth: 2
scenarios/client
scenarios/web
scenarios/scrape
scenarios/cli
scenarios/gui
scenarios/db
scenarios/network
scenarios/admin
scenarios/ci
scenarios/speed
scenarios/scientific
scenarios/imaging
scenarios/serialization
scenarios/xml
scenarios/json
scenarios/crypto
scenarios/ml
scenarios/clibs
部署优雅的Python代码
--------------------------------
这部分指南关注分享和部署您的Python代码。
.. toctree::
:maxdepth: 2
shipping/publishing
shipping/packaging
shipping/freezing
额外关注
----------------
这部分指南比较零散,先了解一些Python的背景知识,再关注下一步。
.. toctree::
:maxdepth: 2
intro/duction
intro/community
intro/learning
intro/documentation
intro/news
--------------------------------------
贡献注意点和法律信息如下(给感兴趣的同学):
.. toctree::
:maxdepth: 2
notes/contribute
notes/license
notes/styleguide