This presentation is clearer than all other ones on KZbin.
@demohub2 жыл бұрын
Thank you
@techdiyer5290 Жыл бұрын
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.
@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
@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.
@enthusiast14 ай бұрын
Great video, thank you! 💯
@augustassurkus9721 Жыл бұрын
Awesome explanation! 👍 Thank you a lot!
@demohub Жыл бұрын
Awe. Thank you so much.
@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?
@VictorLopez-ot5su7 ай бұрын
nice content, very useful, thanks
@demohub7 ай бұрын
Thank you
@thomaskennedy584710 ай бұрын
great explanation! Thanks, mate
@andychen8663 Жыл бұрын
great video explanation
@demohub Жыл бұрын
Glad you liked it!
@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.