Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
python-cpython/Doc/python-docs.txt at 2.4 · sthagen/python-cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
sthagen
/
python-cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
9
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Files
Expand file tree
2.4
Breadcrumbs
python-cpython
/
Doc
/
python-docs.txt
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
183 lines (128 loc) · 7.16 KB
2.4
Breadcrumbs
python-cpython
/
Doc
/
python-docs.txt
Copy path
Top
File metadata and controls
Code
Blame
183 lines (128 loc) · 7.16 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
This message is being sent in response to your message to the Python
documentation maintainers (docs@python.org). Your message will
be handled by a human, but this message serves to answer the most
common questions sent to this address.
You will only receive this message if it has not been sent to you for
at least three months.
If your question is answered below, you may not receive an additional
message from the documentation maintainers. If you feel the answers
below are not sufficient and you do not receive an additional response
within a week, please do send a note letting us know that your
question has not been properly answered, and be specific regarding
what additional information you are looking for.
-Fred
Frequently Asked Questions about the Python Documentation
---------------------------------------------------------
1. Can I download HTML/PDF/PostScript versions of the docs?
2. Where can I download Python?
3. I can't unpack a downloaded copy on Windows; what should I do?
4. I can't unpack a downloaded copy on Mac OS; what should I do?
5. What can I use Python for?
6. How do I use module/function/whatever XXX?
7. What about JPython?
8. I found a bug in the documentation, who should I tell?
9. Can I get an algorithm to do THIS in language THAT?
10. How do I decode an XXX file from my email on a YYY computer?
11. Acrobat Reader won't print the PDF. What's wrong?
12. Where can I find documentation in my native language?
13. Why is Python installed on my computer?
Answers to the Questions
------------------------
1. Can I download HTML/PDF/PostScript/<other> versions of the docs?
Yes. These are available via the Web and traditional FTP. For
Web access to the latest version, see:
http://www.python.org/doc/
For FTP access to the latest version and archives of previous
versions, see:
ftp.python.org:/pub/python/doc/
2. Where can I download Python?
You can get Python in source form and as a Windows installer
from the main Python website. You can also find information
about pre-built packages for other platforms there as well.
Downloading information at the website is at the URL:
http://www.python.org/download/
The sources and Windows installer can be downloaded from the FTP
site as well:
ftp://ftp.python.org/pub/python/
3. I can't unpack a downloaded archive on Windows; what should I do?
Make sure the archive was saved with the .tgz extension; you may
need to watch carefully when telling the browser where to save
the file, as the default may change the extension to .tar or
even .exe.
Once you're sure the file has the right extension, use a recent
version of WinZip to upack the file (version 7.0 works). Get
WinZip from:
http://www.winzip.com/
4. I can't unpack a downloaded archive on Mac OS; what should I do?
Stuffit Expander 4.5 (and probably other versions) cannot handle
the "tar" archive, although it can decompress it from the .tgz
file. Expander Enhancer, which you have to pay for, can handle
the tar archive.
5. What can I use Python for?
Python is a general purpose programming language. See the
Python home page at http://www.python.org/ for more information;
introductory material is available at:
http://www.python.org/doc/Intros.html
6. How do I use module/function/whatever XXX?
Start by reading the documentation for XXX. If the
documentation doesn't make sense or seems incomplete, please
file a specific bug report to docs@python.org (the
address you sent your question to). Otherwise, you probably
sent your question to the wrong place (which does not preclude
an answer, if I know it).
If you're looking for examples or tutorial information on how to
use a particular Python library component, check the Demo/
directory of the source distribution or Windows installation;
there might be an example. If that doesn't help, point your Web
browser to http://www.python.org/doc/ and look around; there may
be a link to some interesting examples online. After that, try
searching the Python Web site at http://www.python.org/search/.
If your question still hasn't been answered, you may send your
query to the Python newsgroup (comp.lang.python) or the mailing
list (see http://www.python.org/mailman/listinfo/python-list).
If you'd rather not send you message to a public forum, you can
try sending it to python-help@python.org. (This is typically
slower than sending your question to the public list, however.)
7. What about Jython and JPython?
If your question is specific to Jython or JPython, you should
consult the Jython website at:
http://www.jython.org/
Chances are very good that the person who answers questions
posted to docs@python.org doesn't use Jython very often,
and won't be able to give you a meaningful answer beyond "Look
at the Jython website." Sorry, I don't have *all* the answers!
8. I found a bug in the documentation, who should I tell?
If you're reading this, you've found the right address! Send
all documentation bug reports to docs@python.org. If
you prefer to use a Web-based reporting mechanism, you can use
the bug database at http://www.python.org/python-bugs/.
9. Can I get an algorithm to do THIS in language THAT?
If THAT is Python, look in the standard library. If THAT isn't
Python, use your favorite Internet search engine.
10. How do I decode an XXX file from my email on a YYY computer?
I really, honestly do not know. I don't even know why this
question gets asked here. Since I don't have a YYY computer,
I couldn't even try a few things out for you.
11. Acrobat Reader won't print the PDF. What's wrong?
Adobe has reportedly admitted that there is a bug in Acrobat Reader
5.0 which causes it not to print at least some PDF files
generated by pdfTeX. This software is used to produce the PDF
version of the Python documentation, and our documents
definately trigger this bug in Acrobat Reader. To print the PDF
files, use Acrobat Reader 4.x, ghostscript, or xpdf.
Information on ghostscript can be found at:
http://www.ghostscript.com/
Information on xpdf can be found at:
http://www.foolabs.com/xpdf/
12. Where can I find documentation in my native language?
There is a lot of contributed documentation in languages other
than English. Some of the documents are translations of English
documents, and others were originally authored in other
languages. If we know about it, it will be listed at:
http://www.python.org/doc/NonEnglish.html
13. Why is Python installed on my computer?
We're increasingly seeing Python being installed on computers
as delivered by vendors. For more information on why, and
whether it's safe to remove, see the "Why is Python Installed on
my Computer?" FAQ, found at:
http://www.python.org/doc/faq/installed/
You can’t perform that action at this time.