dynomight@lemmy.worldM to dynomight internet forum@lemmy.worldEnglish · 3 days agoDumPy: NumPy except it’s OK if you’re dumdynomight.netexternal-linkmessage-square7linkfedilinkarrow-up111arrow-down10cross-posted to: hackernews@lemmy.bestiver.se
arrow-up111arrow-down1external-linkDumPy: NumPy except it’s OK if you’re dumdynomight.netdynomight@lemmy.worldM to dynomight internet forum@lemmy.worldEnglish · 3 days agomessage-square7linkfedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squaresjudubya@lemmy.worldlinkfedilinkEnglisharrow-up2·2 days agoNice suggestions, and I like your API. Using the context manager to look like loops is nifty.
minus-squaredynomight@lemmy.worldOPMlinkfedilinkEnglisharrow-up1arrow-down1·2 days agoThanks, the one problem with that is that you have to use dumpy.wrap if you ever create a function that uses loops and then you want to call it inside another loop. But I don’t see any way around that.
Nice suggestions, and I like your API. Using the context manager to look like loops is nifty.
Thanks, the one problem with that is that you have to use
dumpy.wrap
if you ever create a function that uses loops and then you want to call it inside another loop. But I don’t see any way around that.