wuphysics87@lemmy.ml to Asklemmy@lemmy.ml · 2 months agoWhat's A Piece Of Software You Could Never Do Without?message-squaremessage-square228fedilinkarrow-up1244arrow-down16file-text
arrow-up1238arrow-down1message-squareWhat's A Piece Of Software You Could Never Do Without?wuphysics87@lemmy.ml to Asklemmy@lemmy.ml · 2 months agomessage-square228fedilinkfile-text
minus-squareArtVandelay@lemmy.worldlinkfedilinkEnglisharrow-up11·2 months agoPython, Jupyter, Freetube
minus-squareGingeyBook@lemm.eelinkfedilinkarrow-up2·2 months agoWe used Jupyter Notebook in school, we’d have assignments where each again was broken out by block and then we’d have to solve it. I don’t see much of a use outside of an education setting What is your use from it?
minus-squareDanitos@reddthat.comlinkfedilinkarrow-up5·2 months agoJupyter is great for data analysis.
minus-squareArtVandelay@lemmy.worldlinkfedilinkEnglisharrow-up2·2 months agoI’m a data scientist, so I use it daily for machine learning tasks. Value imputation, model training, ad hoc analytics, and s lot more
minus-squareGingeyBook@lemm.eelinkfedilinkarrow-up1·2 months agoNear, we used it in my machine learning class so I guess that adds up!
minus-squarebob_lemon@feddit.orglinkfedilinkarrow-up1·2 months agoThe jupyter console is just a better version of the interactive shell. Great for just trying out some lines of code. I also use notebooks at work to try out some APIs, to skip the tedium of the initial setup or some other routines.
Python, Jupyter, Freetube
We used Jupyter Notebook in school, we’d have assignments where each again was broken out by block and then we’d have to solve it. I don’t see much of a use outside of an education setting
What is your use from it?
Jupyter is great for data analysis.
I’m a data scientist, so I use it daily for machine learning tasks. Value imputation, model training, ad hoc analytics, and s lot more
Near, we used it in my machine learning class so I guess that adds up!
The jupyter console is just a better version of the interactive shell. Great for just trying out some lines of code.
I also use notebooks at work to try out some APIs, to skip the tedium of the initial setup or some other routines.