-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathlinks.json
More file actions
18 lines (18 loc) · 635 Bytes
/
links.json
File metadata and controls
18 lines (18 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"url": "https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions/",
"description": "A What's New description for Python 3.8."
},
{
"url": "https://peps.python.org/pep-0572/",
"description": "PEP 572 describes the walrus operator and its rationale."
},
{
"url": "https://martinheinz.dev/blog/79/",
"description": "A thoughtful blog article from Martin Heinz."
},
{
"url": "https://dev.to/renegadecoder94/the-controversy-behind-the-walrus-operator-in-python-4k4e/",
"description": "A discussion of the controversy surrounding the walrus operator when it was introduced."
}
]