The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Python FAQ: Where to get Python documentation and tutorials. Getting started with Python and Python Newsgroups
By Guest on 7th November 2022 06:18:47 AM | Syntax: PYTHON | Views: 234



New Paste New paste | Download Paste Download | Toggle Line Numbers Show/Hide line no. | Copy Paste Copy text to clipboard
  1.  
  2. How do I get documentation on Python?
  3. -------------------------------------
  4.  
  5. The standard documentation for the current stable version of Python is
  6. available at https://docs.python.org/3/.  PDF, plain text, and
  7. downloadable HTML versions are also available at
  8. https://docs.python.org/3/download.html.
  9.  
  10. The documentation is written in reStructuredText and processed by the
  11. Sphinx documentation tool.  The reStructuredText source for the
  12. documentation is part of the Python source distribution.
  13.  
  14.  
  15. I've never programmed before. Is there a Python tutorial?
  16. ---------------------------------------------------------
  17.  
  18. There are numerous tutorials and books available.  The standard
  19. documentation includes The Python Tutorial.
  20.  
  21. Consult the Beginner's Guide to find information for beginning Python
  22. programmers, including lists of tutorials.
  23.  
  24. Also check out:
  25. Python for Beginners - Learn Python in 1 Hour
  26. https://www.youtube.com/watch?v=kqtD5dpn9C8
  27.  
  28. Python Tutorial for Beginners - Learn Python in 5 Hours [FULL COURSE]
  29. https://www.youtube.com/watch?v=t8pPdKYpowI
  30.  
  31.  
  32. Is there a newsgroup or mailing list devoted to Python?
  33. -------------------------------------------------------
  34.  
  35. There is a newsgroup, *comp.lang.python*, and a mailing list, python-
  36. list.  The newsgroup and mailing list are gatewayed into each other --
  37. if you can read news it's unnecessary to subscribe to the mailing
  38. list. *comp.lang.python* is high-traffic, receiving hundreds of
  39. postings every day, and Usenet readers are often more able to cope
  40. with this volume.
  41.  
  42. Announcements of new software releases and events can be found in
  43. comp.lang.python.announce, a low-traffic moderated list that receives
  44. about five postings per day.  It's available as the python-announce
  45. mailing list.
  46.  
  47. More info about other mailing lists and newsgroups can be found at
  48. https://www.python.org/community/lists/.
  49.  
  50. --
  51.  
  52. Learn Python - Full Course for Beginners [Tutorial]
  53. https://www.youtube.com/watch?v=rfscVS0vtbw
  54.  
  55. Python As Fast as Possible - Learn Python in ~75 Minutes
  56. https://www.youtube.com/watch?v=VchuKL44s6E
  57. [inline]
















Python software and documentation are licensed under the PSF License Agreement.
Starting with Python 3.8.6, examples, recipes, and other code in the documentation are dual licensed under the PSF License Agreement and the Zero-Clause BSD license.
Some software incorporated into Python is under different licenses. The licenses are listed with code falling under that license. See Licenses and Acknowledgements for Incorporated Software for an incomplete list of these licenses.

Python and it's documentation is:
Copyright © 2001-2022 Python Software Foundation. All rights reserved.
Copyright © 2000 BeOpen.com. All rights reserved.
Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

See History and License for complete license and permissions information:
https://docs.python.org/3/license.html#psf-license
  • Recent Pastes