This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Al.Sweigart, Amit.Saha, Todd.Rovito, cheryl.sabella, docs@python, eric.araujo, ezio.melotti, roger.serwy, terry.reedy
Date 2017-06-20.01:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497922072.68.0.420374515018.issue17583@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  This is helpful and got me started thinking.

I don't want to duplicate the reference doc too much, but a reference is just that, a reference.  The menu items are discussed in the order they appear, not the order a beginner might use the most common ones.

Judging from Stackoverflow questions, covering platform specifics is needed.  People seem to miss the following: Python runs IDLE; IDLE hands user code to Python to execute.  Output and error messages come from Python, not IDLE.  If you want python to import 3rd party modules, one must install the module for the Python used to run IDLE.  (I have answered at least 3 variations of this question.) Anyway, I realize that I have a source of frequent beginner questions and problems.  If we have answers in a How-To, I can quote and suggest that people read it.

Amit, do you wish to continue with this?
History
Date User Action Args
2017-06-20 01:27:52terry.reedysetrecipients: + terry.reedy, ezio.melotti, roger.serwy, eric.araujo, docs@python, Todd.Rovito, Al.Sweigart, Amit.Saha, cheryl.sabella
2017-06-20 01:27:52terry.reedysetmessageid: <1497922072.68.0.420374515018.issue17583@psf.upfronthosting.co.za>
2017-06-20 01:27:52terry.reedylinkissue17583 messages
2017-06-20 01:27:51terry.reedycreate