Barry Quek
Barry's SWE Journal

Barry's SWE Journal

Follow
Follow
homebadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Unpacking Assignments and Starred Expressions in Python

Feb 20, 20233 min read

* much of this material is based on Brett Slatkin's Effective Python 2nd ed., which I highly recommend. Unpacking Assignment Unpacking Assignments in...

Unpacking Assignments and Starred Expressions in Python