Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6703
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: scope of function parameters (take two) |
| References | <F8395F78-615E-4FBD-B6FC-1D6173EAEA45@mcgill.ca> <F4EAD1ED-563D-4D6E-A50C-68308A9F26B7@mcgill.ca> <is1gc0$mou$1@dough.gmane.org> <mailman.2288.1306806499.9059.python-list@python.org> |
| Date | 2011-05-31 15:20 +1000 |
| Message-ID | <871uzf8n03.fsf@benfinney.id.au> (permalink) |
| Organization | Unlimited download news at news.astraweb.com |
Daniel Kluev <dan.kluev@gmail.com> writes: > On a sidenote, I wonder what is the reason to keep word 'variable' in > python documentation at all. I believe word 'name' represents concept > better, and those, who come from other languages, would be less likely > to associate wrong definitions with it. I agree, but the term “variable” is used freely within the Python development team to refer to Python's name-to-object bindings, and that usage isn't likely to stop through our efforts. So the burden is unfortunately on us to teach each newbie that this often-used term means something other than what they might expect. -- \ “In case you haven't noticed, [the USA] are now almost as | `\ feared and hated all over the world as the Nazis were.” —Kurt | _o__) Vonnegut, 2004 | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: scope of function parameters (take two) Daniel Kluev <dan.kluev@gmail.com> - 2011-05-31 12:48 +1100 Re: scope of function parameters (take two) Ben Finney <ben+python@benfinney.id.au> - 2011-05-31 15:20 +1000
csiph-web