PythOnRails to Python · 2 years agoThe Python dictionary dispatch patternjamesg.blogexternal-linkmessage-square10fedilinkarrow-up133arrow-down10
arrow-up133arrow-down1external-linkThe Python dictionary dispatch patternjamesg.blogPythOnRails to Python · 2 years agomessage-square10fedilink
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up4arrow-down1·2 years agoI think a similar result might now be achievable with match statements
minus-squarekiwifoxtrot@lemmy.worldlinkfedilinkarrow-up1arrow-down1·2 years agoMatch only just came out in Python 3.10, so it doesn’t universally work. I think you implied that in your comment, so I wanted to add context for others.
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up2·2 years agoOh, yes. I’m excited for the arrival of match. I’ve used it in rust and it’s very nifty and Pythonic
I think a similar result might now be achievable with match statements
Match only just came out in Python 3.10, so it doesn’t universally work. I think you implied that in your comment, so I wanted to add context for others.
Oh, yes. I’m excited for the arrival of match. I’ve used it in rust and it’s very nifty and Pythonic