Re: [Python-ideas] Inline assignments using "given" clauses

2018-05-13 Thread Nick Malaguti
I think Peter tried to outline this earlier, but what he was laying out wasn't clear to me at first. There seem to be 4 variations when it comes to assignment expressions. I'm going to try to ignore exact keywords here since we can sort those out once we have settled on which variation we

Re: [Python-ideas] Inline assignments using "given" clauses

2018-05-10 Thread Nick Malaguti
Hi all. I've been lurking for a little while on this discussion and I thought I might contribute some thoughts. One of my hurdles for ":=" is understanding when I should use it rather than "=". Should I use it everywhere? Should I use it only where I can't use regular "="? Is it a personal