monica_b1998@lemmy.world to Python@programming.dev · 1 month agoList comprehensions vs generator expressionsslicker.meexternal-linkmessage-square5linkfedilinkarrow-up16arrow-down11
arrow-up15arrow-down1external-linkList comprehensions vs generator expressionsslicker.memonica_b1998@lemmy.world to Python@programming.dev · 1 month agomessage-square5linkfedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·1 month agoBetter question is Iterator or Generator? Identify where itertools or itertools-more should be used instead. The later question i don’t have an answer to. If anyone wants to take a crack at it.
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·1 month ago Identify where itertools or itertools-more should be used instead. Found this which is Rust-free https://pypi.org/project/refurb/
Better question is Iterator or Generator?
Identify where itertools or itertools-more should be used instead.
The later question i don’t have an answer to. If anyone wants to take a crack at it.
Found this which is Rust-free
https://pypi.org/project/refurb/