Issue 14219: make the Classes tutorial more gentle (original) (raw)

Issue14219

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
History
Date User Action Args
2022-04-11 14:57:27 admin set github: 58427
2020-11-01 01:09:48 iritkatriel set versions: + Python 3.9, Python 3.10, - Python 2.7, Python 3.2, Python 3.3, Python 3.4
2013-02-19 19:06:37 tshepang set versions: + Python 3.4title: start the Class tutorial in a more gentle manner -> make the Classes tutorial more gentle
2012-03-10 02:24:08 eric.araujo set nosy: + eric.araujo
2012-03-07 10:07:12 sandro.tosi set nosy: + sandro.tosimessages: + versions: - Python 2.6, Python 3.1
2012-03-07 09:15:33 tshepang set versions: + Python 2.6, Python 3.1, Python 2.7, Python 3.2, Python 3.3
2012-03-07 09:13:38 tshepang create