Tagged articles
1 articles
Page 1 of 1
ITPUB
ITPUB
Oct 20, 2019 · Fundamentals

Explore Python 3.8: Assignment Expressions, Positional‑Only Params & New Features

Python 3.8 introduces several practical enhancements—including the walrus operator (:=) for assignment expressions, positional‑only parameters marked by '/', runtime audit hooks, f‑string debugging with '=', improved asyncio REPL handling, shared memory support, a built‑in @cached_property decorator, and numerous performance and library updates.

3.8assignment expressioncached_property
0 likes · 8 min read
Explore Python 3.8: Assignment Expressions, Positional‑Only Params & New Features