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.

Unsupported provider

classification
Title: make the Classes tutorial more gentle
Type: enhancement Stage:
Components: Documentation Versions: Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, sandro.tosi, tshepang
Priority: normal Keywords:

Created on 2012-03-07 09:13 by tshepang, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg155065 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2012-03-07 09:13
Looking at Doc/tutorial/classes, the section "Python Scopes and Namespaces" is full of heavy/deep information. I expect that people who would be able to properly digest that info are people who are already advanced at Python, and therefore maybe it should be moved to some cookbook (or language reference). I would prefer something gentler, since the tutorial is for Python newbies who aren't necessarily conversant with OO concepts.

There can of course be links to heavier material for deeper understanding.
msg155069 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2012-03-07 10:07
see msg155067
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58427
2020-11-01 01:09:48iritkatrielsetversions: + Python 3.9, Python 3.10, - Python 2.7, Python 3.2, Python 3.3, Python 3.4
2013-02-19 19:06:37tshepangsetversions: + Python 3.4
title: start the Class tutorial in a more gentle manner -> make the Classes tutorial more gentle
2012-03-10 02:24:08eric.araujosetnosy: + eric.araujo
2012-03-07 10:07:12sandro.tosisetnosy: + sandro.tosi

messages: + msg155069
versions: - Python 2.6, Python 3.1
2012-03-07 09:15:33tshepangsetversions: + Python 2.6, Python 3.1, Python 2.7, Python 3.2, Python 3.3
2012-03-07 09:13:38tshepangcreate