forked from realpython/python-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontents.rst.inc
More file actions
86 lines (56 loc) · 1.33 KB
/
contents.rst.inc
File metadata and controls
86 lines (56 loc) · 1.33 KB
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
Introduction
------------
This part of the guide, which is mostly prose, begins with some
background information about Python, then focuses on next steps.
.. toctree::
:maxdepth: 2
intro/duction
intro/community
intro/learning
intro/documentation
intro/news
Getting Started
---------------
This part of the guide focuses on setting up your Python environment.
.. toctree::
:maxdepth: 2
starting/which-python
starting/installation
starting/dev-env
starting/next
Writing Great Code
------------------
This part of the guide focuses on best practices for writing Python code.
.. toctree::
:maxdepth: 2
writing/structure
writing/style
writing/documentation
writing/tests
writing/license
Shipping Great Code
-------------------
This part of the guide focuses on deploying your Python code.
.. toctree::
:maxdepth: 2
shipping/packaging
shipping/freezing
Scenario Guide
--------------
This part of the guide focuses on tool and module advice based on
different scenarios.
.. toctree::
:maxdepth: 2
scenarios/cli
scenarios/gui
scenarios/web
scenarios/admin
scenarios/ci
scenarios/speed
Additional Notes
----------------
Contibution notes and legal information are here (for those interested).
.. toctree::
:maxdepth: 2
notes/contribute
notes/license