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 rhettinger
Recipients Jim Fasarakis-Hilliard, docs@python, mkesper, rhettinger
Date 2017-01-31.03:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485834117.67.0.643637751939.issue29390@psf.upfronthosting.co.za>
In-reply-to
Content
IMO, the iterators are introduced at the correct point.  

There are many topics that one could argue should be introduced early, but of course they can't all go earlier (classes should be introduced earlier because everything in python is an object; namespaces should be introduced earlier because they are core concept that affects everything from function locals, to closures, classes, instances, and modules).

I concur with Jim that dropping more terminology earlier in the tutorial doesn't serve the user well.
History
Date User Action Args
2017-01-31 03:41:57rhettingersetrecipients: + rhettinger, mkesper, docs@python, Jim Fasarakis-Hilliard
2017-01-31 03:41:57rhettingersetmessageid: <1485834117.67.0.643637751939.issue29390@psf.upfronthosting.co.za>
2017-01-31 03:41:57rhettingerlinkissue29390 messages
2017-01-31 03:41:57rhettingercreate