Differences between revisions 10 and 15 (spanning 5 versions)
Revision 10 as of 2014-04-17 05:27:01
Size: 1705
Comment: http://docs.python.org/faq/
Revision 15 as of 2021-05-20 16:43:17
Size: 1884
Editor: MatsWichmann
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.

If the documentation doesn't help, here's how to get help from real people:

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

BeginnersGuide/Help (last edited 2021-05-20 16:43:17 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.