Please improve these comprehensions (was meaning of [ ])
Steve D'Aprano
steve+python at pearwood.info
Tue Sep 5 20:56:54 EDT 2017
On Wed, 6 Sep 2017 12:19 am, Rustom Mody wrote:
> And how do you write even the simplest assignment statement without a
> (mathematical) expression on the rhs?
name = other_name
is not a mathematical expression. Its giving something a new name.
name = obj.attribute
is not a mathematical expression. (That's not a dot product.)
> What were Turing, Church, von Neumann, even Knuth by training? Mathematicians
> or CS-ists?
>
> And what are the contributions of Turing, Church, von Neumann, Knuth to CS?
Who cares? We're talking about Python, not Computer Science.
--
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.
More information about the Python-list
mailing list