Why should I switch to Python?

Tim Peters tim_one at email.msn.com
Wed May 10 23:03:49 EDT 2000


[Grant Griffin]
> Speaking of C, I find myself missing the "x=" operators, and "++".
> However, I understand and endorse the reasons Python omits them.

While ++ makes little sense in a language with immutable numbers, += (&
friends) can make good sense.  There's more on this in the FAQ and the ToDo
list.  Guido isn't opposed to augmented assignment.

and-i'm-in-favor-so-that's-that<wink>-ly y'rs  - tim






More information about the Python-list mailing list