Re: python book

2019-04-16 Thread John Doe
On 2019-04-16, Larry Martell wrote: > https://www.reddit.com/r/Python/comments/bc2606/just_found_the_best_python_bookcover NOT FOUND -- https://mail.python.org/mailman/listinfo/python-list

python book

2019-04-16 Thread Larry Martell
https://www.reddit.com/r/Python/comments/bc2606/just_found_the_best_python_bookcover/ -- https://mail.python.org/mailman/listinfo/python-list

Re: immutability is not strictly the same as having an unchangeable value, it is more subtle

2019-04-16 Thread Chris Angelico
On Tue, Apr 16, 2019 at 5:44 PM Arup Rakshit wrote: > > Hi, > > I am reading a sweet introduction about Python object from [3.1. Objects, > values and > types](https://docs.python.org/3/reference/datamodel.html#objects-values-and-types). > And here the author is said about the Object values nic

immutability is not strictly the same as having an unchangeable value, it is more subtle

2019-04-16 Thread Arup Rakshit
Hi, I am reading a sweet introduction about Python object from [3.1. Objects, values and types](https://docs.python.org/3/reference/datamodel.html#objects-values-and-types). And here the author is said about the Object values nice way: > The value of some objects can change. Objects whose val