WEBVTT

00:01.840 --> 00:03.440
Hey, listen to me.

00:03.440 --> 00:04.760
You are not a good student.

00:04.840 --> 00:05.440
You know why?

00:06.360 --> 00:07.240
Let me tell you.

00:07.840 --> 00:09.440
You never ask a question.

00:09.960 --> 00:13.440
Okay, let me ask you a question.

00:14.360 --> 00:15.600
What is Pip?

00:16.200 --> 00:17.480
Pip?

00:18.760 --> 00:19.120
Mm.

00:19.480 --> 00:20.200
What is it?

00:21.440 --> 00:23.800
Okay, okay, let me explain it.

00:23.840 --> 00:24.880
I know you know it.

00:24.920 --> 00:26.360
Okay, let me explain it.

00:27.040 --> 00:35.480
Pip is a package manager for Python packages or module or what?

00:36.040 --> 00:38.400
You're asking what is a package?

00:39.000 --> 00:40.640
Oh, come on, let me tell you.

00:41.040 --> 00:45.400
A package contains all the files you need for a module.

00:46.440 --> 00:46.920
What?

00:47.320 --> 00:48.520
What is a module?

00:48.560 --> 00:49.320
Okay.

00:49.320 --> 00:50.360
Come on.

00:50.400 --> 00:57.040
A module for Python code libraries you can include in your project.

00:57.400 --> 01:02.440
Okay, so now you know package.

01:02.480 --> 01:03.400
You know, module.

01:03.440 --> 01:04.240
You know Pip.

01:04.240 --> 01:04.570
Peep.

01:04.570 --> 01:09.050
Let me show you how you can install all this thing.

01:09.210 --> 01:12.410
Okay, let's clear our terminal.

01:13.490 --> 01:14.010
Okay.

01:14.770 --> 01:17.730
And let's hit these arrow.

01:18.250 --> 01:23.970
Okay, now let's check for Pip if it exists or not in our system.

01:24.250 --> 01:29.130
Let's use pip and then dash.

01:29.130 --> 01:30.450
Dash version.

01:30.970 --> 01:31.650
Hit enter.

01:32.170 --> 01:35.690
Let's see if we have installed it in our system or not.

01:35.770 --> 01:37.170
Oh yes we have it.

01:37.290 --> 01:40.690
And this is the version okay for Pip.

01:41.050 --> 01:41.810
Okay.

01:41.850 --> 01:45.810
And this is version of Python for our system.

01:45.850 --> 01:46.610
Very good.

01:47.130 --> 01:50.850
Now that we have this pip, maybe you don't have it.

01:50.890 --> 01:53.810
If you don't have it, you know how to install it.

01:53.810 --> 01:56.570
If you don't, don't be worry.

01:56.610 --> 01:57.930
Uh, I'm sure you have it.

01:57.930 --> 01:58.090
Okay.

01:58.130 --> 02:01.450
If your system is up to date now, let's go.

02:01.770 --> 02:05.210
And you may ask, how can I use this Pip?

02:05.250 --> 02:10.060
Okay, I told you that we can use pip to install a package or a library.

02:10.300 --> 02:11.540
So how to do that?

02:11.540 --> 02:12.940
Let me let me use.

02:13.380 --> 02:20.460
Pip install some packages like camel case okay.

02:21.100 --> 02:25.940
Hit enter and just wait a moment so it will be installed into your system.

02:25.940 --> 02:33.140
If you already have it, it will show you a message that you already have it, or the thing that you're

02:33.140 --> 02:37.180
looking for is already exist into your system.

02:38.460 --> 02:46.820
Or if you don't know how to install this thing, this pip, you can ask ChatGPT here.

02:47.420 --> 02:54.820
Okay, how to install pip in my system.

02:54.860 --> 03:00.380
Hit enter and it will give you very good introduction.

03:00.420 --> 03:04.260
Okay, to install pip package installer for Python okay.

03:05.100 --> 03:09.380
Use python version or python three version if blah blah blah.

03:09.420 --> 03:13.160
You can download it from here And much more.

03:13.160 --> 03:20.720
So you see here in the right side that the camel case is, I think, installed successfully.

03:20.880 --> 03:21.240
Okay.

03:22.360 --> 03:24.280
And here let me.

03:27.800 --> 03:30.400
Uh, I am going to create a new file.

03:30.800 --> 03:32.600
Name it I don't know.

03:32.640 --> 03:35.480
Let's name it package dot p y.

03:36.520 --> 03:36.920
Okay.

03:37.600 --> 03:42.360
Now that we have installed this, uh, camel case right in here.

03:44.160 --> 03:47.960
Now, let's go and see how we can use from this.

03:47.960 --> 03:48.560
Okay.

03:48.600 --> 03:52.280
This package that we installed into our system.

03:52.280 --> 03:56.840
First, while you're trying to use from a library, from a package, you need to import that.

03:56.840 --> 03:57.560
Okay.

03:57.600 --> 04:02.080
So I'm going to import camel case okay.

04:02.400 --> 04:04.160
Now I imported this.

04:04.160 --> 04:04.880
Very good.

04:05.120 --> 04:10.800
Now I'm going to give a text to this so it could change it to a camel case okay.

04:10.840 --> 04:15.450
Let's go see is equal to camel case dot Okay.

04:15.730 --> 04:22.210
In some intelligent IDE, it will suggest you what you can use that it is not very intelligent, so

04:22.250 --> 04:24.370
you need to know what to use.

04:24.370 --> 04:24.930
Okay.

04:24.970 --> 04:29.690
It is camel case with capital C okay.

04:31.010 --> 04:38.450
Camel case capital C, capital C and it is a function.

04:38.690 --> 04:40.050
So hit enter.

04:40.090 --> 04:42.970
Now give your text here okay.

04:43.010 --> 04:46.370
Text is going to be for example hello world.

04:47.490 --> 04:51.170
And here you need to change.

04:51.530 --> 04:57.370
And we have the C here dot hump is another function.

04:57.530 --> 05:01.250
And then give your text that we have it okay.

05:01.290 --> 05:02.250
Hello world.

05:02.650 --> 05:07.970
Now let me execute this program using Python then package.

05:07.970 --> 05:09.610
And then hit enter.

05:09.650 --> 05:15.290
Now you see that we have Hello world with capital H and capital W.

05:15.290 --> 05:18.210
And right here you see that it is not capital.

05:18.250 --> 05:24.540
So it is how you how you can install and you can use some packages using Pip.

05:25.020 --> 05:28.820
And if you don't need it, sometimes you want to uninstall it.

05:28.940 --> 05:29.300
Okay.

05:29.340 --> 05:30.620
It's also very easy.

05:30.900 --> 05:31.780
Use pip.

05:35.140 --> 05:38.540
And install okay and install.

05:38.540 --> 05:43.300
Then name of the package and hit enter.

05:43.300 --> 05:44.780
Now it will be uninstalled.

05:45.100 --> 05:46.220
So here.

05:46.740 --> 05:53.300
Now it gives me a lot of information about how to install Pip in my system.

05:53.300 --> 05:56.180
And you can read this okay.

05:56.220 --> 06:05.380
If you don't have um installed into your system and it's asking me for confirmation, I say yes or I

06:05.380 --> 06:06.260
don't want this.

06:06.260 --> 06:07.860
So I hit enter.

06:08.340 --> 06:10.220
I don't want this to be installed.

06:10.500 --> 06:16.500
So here you learn how to install it and how to import a package, how to use it.

06:16.500 --> 06:23.860
And also you you ask ChatGPT how to install pip into your system.
