Dear all,
We would like to let you know about two upcoming courses that may be of
interest:
- [ Genomic data visualisation with Python ](
https://www.physalia-courses.org/courses-workshops/genomic-data-viz-python/ ) -
22-24 June
This hands-on course introduces participants to the cre
On 15/06/2026 20:42, Chris Angelico via Python-list wrote:
On Tue, 16 Jun 2026 at 05:41, Rob Cliffe via Python-list
wrote:
Chris, you say the restriction is not arbitrary. Well, it seems so to
me. Why not
a.b := c # as Jon mentioned L[2:4] := M[3:5] L[3] := x (a,b) := (c,d) Of
course these
On Tue, 16 Jun 2026 at 22:45, Rob Cliffe via Python-list
wrote:
> You know what "arbitrary" means, but let's take it as
> "decided for no good reason".
> I have read the PEP and it simply states
> "NAME is an identifier"
> and later
> "Single assignment targets other than a single |