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 trey
Recipients docs@python, trey
Date 2017-05-24.22:58:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495666720.41.0.650692797283.issue30466@psf.upfronthosting.co.za>
In-reply-to
Content
The tutorial page for classes starts with "Compared with other programming languages".

While object-oriented programming and classes are popular in many programming languages, not everyone learning about Python's classes is familiar with the concept.  I teach both new programmers and programmers who have heard of object-oriented programming but never created a class before.

I think the first paragraph on this page should be a brief explanation of the use of classes.  It may also be a good idea to have a "Why classes?" section explaining the uses of classes in more detail.
History
Date User Action Args
2017-05-24 22:58:40treysetrecipients: + trey, docs@python
2017-05-24 22:58:40treysetmessageid: <1495666720.41.0.650692797283.issue30466@psf.upfronthosting.co.za>
2017-05-24 22:58:40treylinkissue30466 messages
2017-05-24 22:58:40treycreate