1 00:00:00,360 --> 00:00:01,610 Okay okay. 2 00:00:01,800 --> 00:00:07,430 So now you've got a little idea between the difference of Anaconda and mini Condor. 3 00:00:08,130 --> 00:00:12,450 Hopefully you're not sick of snakes yet because we've got one more Condor to cover and that's Condor 4 00:00:12,450 --> 00:00:13,860 itself. 5 00:00:13,860 --> 00:00:20,310 If Anaconda and many Conda are like the hardware store and workbench and data scientists conduct is 6 00:00:20,310 --> 00:00:23,070 like a data scientists personal assistant. 7 00:00:23,430 --> 00:00:28,920 It can help you set up your workbench or the new tools when you need making a copy of what tools you're 8 00:00:28,920 --> 00:00:36,750 using to share with someone else and more formally Anaconda and many condemn are known as software distributions 9 00:00:37,080 --> 00:00:45,240 and Conda is known as a package manager remember how a package is a collection of code someone else's 10 00:00:45,260 --> 00:00:47,510 written which you can use. 11 00:00:47,510 --> 00:00:55,730 Well kinda helps you download install and manage these packages when you download Anaconda or mini Conda 12 00:00:56,030 --> 00:00:57,990 and install it to your computer. 13 00:00:58,040 --> 00:01:05,440 Contact comes with them but because we're using many Conda many kind of comes with the essentials to 14 00:01:05,440 --> 00:01:12,490 get started like Python not the entire hardware store of data science tools like Anaconda but many kind 15 00:01:12,540 --> 00:01:19,490 of also comes with Kondo so I know this can seem confusing to begin with and trust me it took me a while 16 00:01:19,490 --> 00:01:27,600 to understand this but what Condor allows us to do is install other tools so got many conduct which 17 00:01:27,600 --> 00:01:30,030 is like the base got Python to get started. 18 00:01:30,030 --> 00:01:37,050 That's on our computer and then we use Conda the package manager to install these other packages 19 00:01:39,630 --> 00:01:40,630 you might be thinking. 20 00:01:40,650 --> 00:01:42,960 Daniel why do we do it this way. 21 00:01:42,990 --> 00:01:47,790 This seems so confusing There's so many steps that I already have my computer in telling me you have 22 00:01:47,790 --> 00:01:52,680 to download many condo many that comes with condo colors like some personal assistant that helps me 23 00:01:52,680 --> 00:01:55,080 install packages packages a code. 24 00:01:55,080 --> 00:01:58,020 Other people have written and I totally get you. 25 00:01:58,050 --> 00:02:05,070 I was the same when I first started but after working different teams I started to see how important 26 00:02:05,070 --> 00:02:09,990 it was to get this type of setup for each kind of project you're working on. 27 00:02:09,990 --> 00:02:15,390 Up next we're going to see how Conda our personal assistant for our data science tools can help us to 28 00:02:15,390 --> 00:02:22,830 create an environment which contains different packages that we can use to work on different projects. 29 00:02:22,830 --> 00:02:27,010 Now again I can understand you if you are a bit confused at the moment. 30 00:02:27,150 --> 00:02:29,860 This concept took me a little while to understand too. 31 00:02:29,970 --> 00:02:34,290 We're gonna see it in practice throughout a bunch of different examples throughout the course.