1
00:00:00,060 --> 00:00:06,930
Now we have explored the three most important tools of the Anaconda Navigator, Jupyter Notebook Pi

2
00:00:06,930 --> 00:00:08,580
Charm and vs code.

3
00:00:09,500 --> 00:00:16,410
The last thing that I want to show to you is how you can update or install new packages for Python.

4
00:00:17,430 --> 00:00:23,970
So the thing is, since we have this nice anaconda environment and this navigator, all of the tools

5
00:00:23,970 --> 00:00:30,510
that I've shown to you, the three that I've just mentioned, they are all relying on the packages and

6
00:00:30,510 --> 00:00:33,420
the Python version that is installed via Anaconda.

7
00:00:34,110 --> 00:00:37,410
So you do not have to care about all of these installations.

8
00:00:37,410 --> 00:00:40,440
It's all done automatically by Anaconda.

9
00:00:41,220 --> 00:00:46,470
But if you want to check what is actually installed and if you want to install something yourself manually,

10
00:00:46,800 --> 00:00:48,450
you can click on environments.

11
00:00:49,380 --> 00:00:55,410
And here you can even create several environments, which is, I would say, something too advanced

12
00:00:55,410 --> 00:00:56,820
to cover here and just cause.

13
00:00:56,820 --> 00:01:00,990
But you can basically create several entities of Anaconda.

14
00:01:02,490 --> 00:01:08,770
So what you can do now is you can check this base environment and we are going to use all of the time.

15
00:01:09,240 --> 00:01:12,450
And then you can search here for certain packages.

16
00:01:13,020 --> 00:01:17,880
And for example, what we can do is we can search for Python itself.

17
00:01:18,930 --> 00:01:22,020
So of course, it gives us several matching results.

18
00:01:22,020 --> 00:01:29,280
But let's scroll down to see here we have it the second python.

19
00:01:29,820 --> 00:01:34,950
And you see the version of Python is three point nine point seven.

20
00:01:36,450 --> 00:01:42,840
So we're going to do next is we're going to update the whole index, this takes a bit because I do it

21
00:01:42,840 --> 00:01:48,570
here for the first time, so it's loading the information about all of the packages in the Anaconda

22
00:01:48,570 --> 00:01:49,800
version that we have installed.

23
00:01:50,250 --> 00:01:57,330
Overall, this is just a nice method to see which packages are installed and also which version you

24
00:01:57,330 --> 00:01:58,140
have installed.

25
00:01:58,650 --> 00:02:04,530
For example, if there is some problem with the package and you Google, what's the problem?

26
00:02:04,920 --> 00:02:09,570
Then often it's very important that you know which version is installed, and you can check this here.

27
00:02:10,410 --> 00:02:15,150
So as I mentioned, the other thing that this is nice for is to create a new environment, but this

28
00:02:15,150 --> 00:02:17,940
is too advanced for this course, so we will not cover it.

