1
00:00:00,230 --> 00:00:03,710
Hey, a warm welcome to you and thanks a lot for taking my course.

2
00:00:04,610 --> 00:00:07,340
I hope you know about pi.

3
00:00:07,390 --> 00:00:07,939
Pi?

4
00:00:08,270 --> 00:00:11,000
That's the python package index.

5
00:00:11,390 --> 00:00:18,740
Basically, you usually you don't come here, but when you install a package using Pip like pip install

6
00:00:18,770 --> 00:00:24,350
pandas, what you're doing is you are accessing this repository.

7
00:00:24,350 --> 00:00:27,680
So Pandas is stored in this repository.

8
00:00:27,680 --> 00:00:31,250
And so you are downloading pandas on your computer.

9
00:00:31,820 --> 00:00:38,810
Now, in this section, what we're going to do is we're going to build our own package and upload it

10
00:00:38,810 --> 00:00:47,360
to Pi Pi so authors can then install our package with Pip install and the name that we'll give to our

11
00:00:47,360 --> 00:00:48,170
package.

12
00:00:48,800 --> 00:00:52,100
So please prepare a new Pi charm projects.

13
00:00:52,100 --> 00:00:59,750
I've already created an empty one with venv inside and use the latest version of Python if you can.

14
00:00:59,750 --> 00:01:03,150
Otherwise guys older versions should also be fine.

15
00:01:03,150 --> 00:01:07,560
Like 3.7, 3.8, nine, ten, 11, whatever you have.

16
00:01:07,560 --> 00:01:11,460
So in the next video I'll show you what this package will consist of.

17
00:01:11,460 --> 00:01:12,360
I'll talk to you there.

