Size: 1820
Comment: Create page
|
Size: 1705
Comment: http://docs.python.org/faq/
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* The [http://www.python.org/doc/current Python documentation] | * The [[https://www.python.org/doc/versions/|Python documentation]] |
Line 8: | Line 8: |
* Many common questions are answered in [http://www.python.org/doc/faq/ the FAQ lists]. | * Many common questions are answered in [[http://docs.python.org/faq/|the Frequently Asked Question lists]]. |
Line 10: | Line 10: |
search the [http://sourceforge.net/bugs/?group_id=5470 Python Bug Tracker] to | search the [[http://bugs.python.org/|Python Bug Tracker]] to |
Line 12: | Line 12: |
* For Python CGI questions, try Dave Mitchell's [http://starship.python.net/crew/davem/cgifaq/faqw.cgi Python CGI FAQ]. | |
Line 17: | Line 16: |
* [news:comp.lang.python comp.lang.python] | * [[news:comp.lang.python|comp.lang.python]] |
Line 19: | Line 18: |
and helpful atmosphere. See [http://www.python.org/community/lists.html#comp-lang-python the guide to Python mailing lists] for more information. | and helpful atmosphere. See [[http://www.python.org/community/lists/#comp-lang-python|the guide to Python mailing lists]] for more information. |
Line 21: | Line 20: |
* [http://mail.python.org/mailman/listinfo/tutor tutor mailing list] | * [[http://mail.python.org/mailman/listinfo/tutor|tutor mailing list]] |
Line 24: | Line 23: |
See [http://www.python.org/community/lists.html#tutor the guide to Python mailing lists] for | See [[http://www.python.org/community/lists/#tutor|the guide to Python mailing lists]] for |
Line 27: | Line 26: |
* [mailto:help@python.org help@python.org] | * [[mailto:help@python.org|help@python.org]] |
Line 30: | Line 29: |
[http://www.python.org/community/lists.html#python-help the guide to Python mailing lists] for | [[http://www.python.org/community/lists/#python-help|the guide to Python mailing lists]] for |
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.
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.