Size: 1705
Comment: http://docs.python.org/faq/
|
← Revision 15 as of 2021-05-20 16:43:17 ⇥
Size: 1884
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* The [[https://www.python.org/doc/versions/|Python documentation]] describes the language and the standard modules in detail. |
* The [[https://www.python.org/doc/versions/|Python documentation]] describes the language and the standard modules in detail. |
Line 9: | Line 8: |
* If you suspect you've discovered a bug in the Python core, search the [[http://bugs.python.org/|Python Bug Tracker]] to find out if it's already been reported. |
* If you suspect you've discovered a bug in the Python core, search the [[http://bugs.python.org/|Python Bug Tracker]] to find out if it's already been reported. |
Line 18: | Line 15: |
and helpful atmosphere. See [[http://www.python.org/community/lists/#comp-lang-python|the guide to Python mailing lists]] for more information. | and helpful atmosphere. See [[https://www.python.org/community/lists/#comp-lang-python|the guide to Python mailing lists]] for more information. |
Line 33: | Line 30: |
Please don't write the webmaster! The webmaster should only be contacted if you have found a problem with the python.org website such as a broken link, typographic error, or other problem. |
== Contacting the Webmaster == '''webmaster is not a Python language support channel!!!''' * The webmaster should only be contacted if you have found a problem with the python.org website such as a broken link, typographic error, or other problem. * For such problems, also check [[https://github.com/python/pythondotorg/issues|the github issue tracker for the website]] |
Getting Help
If you experience problems using Python, your first step should be to check the documentation.
The Python documentation describes the language and the standard modules in detail.
Many common questions are answered in the Frequently Asked Question lists.
If you suspect you've discovered a bug in the Python core, search the Python Bug Tracker to find out if it's already been reported.
If the documentation doesn't help, here's how to get help from real people:
comp.lang.python Post to the Python newsgroup, renowned for its friendly and helpful atmosphere. See the guide to Python mailing lists for more information.
tutor mailing list A moderate-volume mailing list for folks who want to ask questions while learning computer programming with Python. See the guide to Python mailing lists for more information.
help@python.org The Python help desk. You can ask a group of knowledgeable volunteers questions about all your Python problems. See the guide to Python mailing lists for more information.
Contacting the Webmaster
webmaster is not a Python language support channel!!!
- The webmaster should only be contacted if you have found a problem with the python.org website such as a broken link, typographic error, or other problem.
For such problems, also check the github issue tracker for the website