# HG changeset patch # User Andrew Kuchling # Date 1433636721 14400 # Sat Jun 06 20:25:21 2015 -0400 # Branch 3.4 # Node ID 24a4939fd4654fe33fb40fb70f91d66886066794 # Parent e625f5c4ce1b3ae8dbb1f5729c08c34fd72d81de #23891: rework discussion of python-list a bit diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -57,14 +57,11 @@ :newsgroup:`comp.lang.python`, or send them to the mailing list at python-list@python.org. The newsgroup and mailing list are gatewayed, so messages posted to one will automatically be forwarded to the other. There are -around 120 postings a day (with peaks up to several hundred), asking (and +hundreds of postings a day, asking (and answering) questions, suggesting new features, and announcing new modules. -Before posting, be sure to check the list of :ref:`Frequently Asked Questions -` (also called the FAQ). Mailing list archives are available at https://mail.python.org/pipermail/. -The FAQ answers many of the questions that come up again and again, -and may already contain the solution for your problem. -.. Postings figure based on average of last six months activity as - reported by www.egroups.com; Jan. 2000 - June 2000: 21272 msgs / 182 - days = 116.9 msgs / day and steadily increasing. (XXX up to date figures?) +Before posting, be sure to check the list of +:ref:`Frequently Asked Questions ` (also called the FAQ). The +FAQ answers many of the questions that come up again and again, and may +already contain the solution for your problem. # HG changeset patch # User Andrew Kuchling # Date 1433660458 14400 # Sun Jun 07 03:00:58 2015 -0400 # Branch 3.4 # Node ID 34fa9248f2a01a150ba77dc2f857481b247208b7 # Parent 24a4939fd4654fe33fb40fb70f91d66886066794 Add link to pyvideoorg diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -48,6 +48,9 @@ Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.) +* http://www.pyvideo.org collects links to Python-related videos from + conferences and user-group meetings. + * http://scipy.org: The Scientific Python project includes modules for fast array computations and manipulations plus a host of packages for such things as linear algebra, Fourier transforms, non-linear solvers,