WEBVTT

00:01.210 --> 00:03.970
Okay, let's talk about ID.

00:05.080 --> 00:08.890
ID stands for Integrated Development Environment.

00:08.890 --> 00:10.660
And what is an ID?

00:11.080 --> 00:19.150
ID, It's our text editor that really kind of program that we will use for writing our code.

00:19.150 --> 00:26.260
And then also this will come with some extra features basically to write a code.

00:26.260 --> 00:29.410
We don't need any tools, almost any tools.

00:29.410 --> 00:38.380
We can open a simple text editor and then edit or write that code manually in that editor and we will

00:38.500 --> 00:41.320
tell the program to run it.

00:41.410 --> 00:51.130
So this is not required, but it's very helpful to have some kind of tools to help us and makes everything

00:51.130 --> 00:53.070
easier and much faster.

00:53.080 --> 01:00.430
So the basic program you will need to have is a text editor and you have a lot of different text editor,

01:00.430 --> 01:04.120
but the text editor will help you write a text.

01:04.120 --> 01:07.920
You will have a color coding and that will help you write a depth.

01:07.930 --> 01:12.700
You will have some snippets and you will have some hints and so on.

01:12.700 --> 01:20.110
But it comes with some extra features and I will show you during that tutorial how the program can help

01:20.110 --> 01:20.410
us.

01:20.410 --> 01:25.690
For example, running the server, having git included and so on and so on.

01:25.690 --> 01:31.570
So there is a lot of useful feature and I will encourage you to install one of the IDE.

01:31.930 --> 01:35.800
I will talk about it in a second because that will help us a lot.

01:36.040 --> 01:39.970
So the first ID that we will use is a PyCharm.

01:39.970 --> 01:43.150
It comes with from a Jetbrains company.

01:43.270 --> 01:47.290
And you can see here we are on the page that breaks com PyCharm.

01:47.350 --> 01:53.380
I will show you later on how we can install that ID because this is what we will use for our back end

01:53.410 --> 02:01.120
Django and that's a PyCharm is designed to work with a python and they have two versions so they have

02:01.150 --> 02:02.360
paid and free.

02:02.390 --> 02:06.020
Free will be just enough for us to cover everything.

02:06.020 --> 02:08.870
What we need to do in our Python.

02:09.110 --> 02:15.350
So one option for our python development will be the PyCharm and I highly recommend it because it's

02:15.350 --> 02:16.790
a very good IDE.

02:17.090 --> 02:22.820
Everything is included and ready set up for us to use in the moment when we install it.

02:23.360 --> 02:29.930
Another option, and this is what we will also use in this tutorial and mostly for our framework is

02:30.050 --> 02:31.520
Visual Studio code.

02:31.550 --> 02:38.930
I have to say that Visual Studio code is not the same as Visual Code Studio, so make sure if you download

02:38.930 --> 02:45.410
that IDE it, it is Visual Studio code, so it has to have code at the very end.

02:45.410 --> 02:52.100
And Visual Studio code works with many different languages and you can see here it's on many different

02:52.100 --> 02:58.940
platforms as well, and that's Visual Studio coming from a Microsoft, and it's a lightweight version

02:58.940 --> 03:01.340
of Visual Studio and it's also free.

03:01.340 --> 03:06.050
So go ahead and download this one because it's also very, very helpful.

03:07.220 --> 03:13.280
Another option that we want to use in this tutorial, but if you don't like any of those and would like

03:13.280 --> 03:17.090
to use something else, another option will be, for example, brackets.

03:17.090 --> 03:23.780
And you can see here that's coming from Adobe, you can also use the brackets or another alternative

03:23.780 --> 03:27.140
will be sublime text, very popular text editor.

03:27.140 --> 03:31.490
As you can see here, you have code hinting and everything included here, here.

03:31.490 --> 03:36.410
So if you don't want to use the Visual Studio code, you can exchange it with sublime text.

03:36.410 --> 03:40.460
And another options will be if you like it atom.io.

03:40.460 --> 03:45.620
And you can also download that for your operating system.

03:45.620 --> 03:47.990
So that will be an options you have.

03:48.020 --> 03:50.240
You have more options.

03:50.240 --> 03:55.640
But I just listed the most popular one, but as I said, we'll focus on two.

03:55.670 --> 04:02.840
So we will use the PyCharm for our back end with Python and we'll use Visual Studio code for our front

04:02.840 --> 04:03.350
end.
