dynomight@lemmy.worldM to dynomight internet forum@lemmy.worldEnglish · 2 months agoDumPy: NumPy except it’s OK if you’re dumdynomight.netexternal-linkmessage-square14linkfedilinkarrow-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 · 2 months agomessage-square14linkfedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squaresjudubya@lemmy.worldlinkfedilinkEnglisharrow-up2·2 months agoNice suggestions, and I like your API. Using the context manager to look like loops is nifty.
minus-squaredynomight@lemmy.worldOPMlinkfedilinkEnglisharrow-up2arrow-down1·2 months 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.