FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-guide/docs/contents.rst.inc at master · decko/python-guide · GitHub
decko
/
python-guide
Public
forked from
realpython/python-guide
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-guide
/
docs
/
contents.rst.inc
Copy path
More file actions
More file actions
Latest commit
History
History
History
116 lines (70 loc) · 1.65 KB
Breadcrumbs
python-guide
/
docs
/
contents.rst.inc
Copy path
File metadata and controls
116 lines (70 loc) · 1.65 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Getting Started
---------------
This part of the guide focuses on setting up your Python environment.
.. toctree::
:maxdepth:
2
starting/which-python
- Properly Install Python
.. toctree::
:maxdepth:
1
starting/install/osx
starting/install/win
starting/install/linux
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
Scenario Guide
--------------
This part of the guide focuses on tool
and
module
advice based on
different scenarios.
.. toctree::
:maxdepth:
2
scenarios/client
scenarios/web
scenarios/cli
scenarios/gui
scenarios/db
scenarios/admin
scenarios/ci
scenarios/speed
scenarios/scientific
scenarios/imaging
scenarios/xml
Shipping Great Code
-------------------
This part of the guide focuses on deploying your Python code.
.. toctree::
:maxdepth:
2
shipping/packaging
shipping/freezing
Development Environment
-----------------------
.. toctree::
:maxdepth:
2
dev/env
dev/virtualenvs
Additional Notes
----------------
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
--------------------------------------
Contibution notes
and
legal information are
here
(
for
those interested).
.. toctree::
:maxdepth: 2
notes/contribute
notes/license
notes/styleguide
Back
|
FazBrowse Home
|
New Git URL