This presentation is clearer than all other ones on KZbin.
@demohub2 жыл бұрын
Thank you
@techdiyer529011 ай бұрын
Thanks for the explanation!! I really needed just the info at 10:20, but appreciate it all! I watched till the end. Very helpful, now i know why so many people use conda with the ai programs and other things.
@enthusiast13 ай бұрын
Great video, thank you! 💯
@jppbkm2 жыл бұрын
Damn, this video is super well done. I did a similar presentation for boot camp students recently and it was not nearly this good!
@demohub2 жыл бұрын
Thank you
@robertpek56 Жыл бұрын
Love the video! One suggestion, the audio only works in the left ear for those using headphones.
@demohub Жыл бұрын
Thanks for the tip!
@minwang579 Жыл бұрын
Thanks! How about Conda vs Docker?
@benrobinson8399 Жыл бұрын
Very helpful, thank you. Would be nice if the marker were a little bit less bold, was hard to read the writing
@demohub Жыл бұрын
Thanks for the feedback. And thanks for watching.
@augustassurkus9721 Жыл бұрын
Awesome explanation! 👍 Thank you a lot!
@demohub Жыл бұрын
Awe. Thank you so much.
@thomaskennedy58479 ай бұрын
great explanation! Thanks, mate
@VictorLopez-ot5su6 ай бұрын
nice content, very useful, thanks
@demohub5 ай бұрын
Thank you
@emmanuelherrera2626 Жыл бұрын
Hi great presentation. But iam still with some doubts: When i use conda as my enviroment and packges manager should i install with conda or pip?, in wich cases should i use pip or conda to install packages?
@demohub Жыл бұрын
Thanks. Both can install packages, but only conda manages environments. Some people use Conda to create and manage environments. Then inside of the environment, they use Pip to install packages.