1
00:00:03,600 --> 00:00:06,120
So let's see briefly.

2
00:00:06,120 --> 00:00:09,090
Uh, what do we mean in the, in the previous video.

3
00:00:09,090 --> 00:00:19,890
So in W3 schools is where is one of these websites where you can find a free, uh, lessons or tutorials

4
00:00:19,890 --> 00:00:29,880
or, you know, a documents, uh, explaining you about the basics of, uh, main programming languages

5
00:00:29,880 --> 00:00:30,690
and tools.

6
00:00:30,690 --> 00:00:34,770
In the case of Python, if you click here, you will see a tutorial.

7
00:00:34,770 --> 00:00:40,080
Very simple and basic tutorial that can be very interesting for you to get familiar with the with the

8
00:00:40,080 --> 00:00:40,500
language.

9
00:00:40,500 --> 00:00:49,710
If you if you are not or to to come back here and to to understand you know any of these uh, uh uh,

10
00:00:49,710 --> 00:00:54,540
most important topics around this, uh, this, this, this language.

11
00:00:54,540 --> 00:00:54,780
Right.

12
00:00:54,780 --> 00:01:02,130
So W3 Schools.com very interesting resource, very simple, very interesting for free.

13
00:01:02,610 --> 00:01:11,370
Then I guess you, you are familiar with Openai.com where you can try ChatGPT if you, if you are still

14
00:01:11,370 --> 00:01:20,760
not, uh, familiar with Openai.com and ChatGPT come here and, and, uh, start using ChatGPT for,

15
00:01:20,760 --> 00:01:26,370
so with ChatGPT for, you can do any kind of, uh, operations.

16
00:01:26,370 --> 00:01:26,940
Right.

17
00:01:26,940 --> 00:01:35,970
So I have here, uh, some examples already written for you instead of, uh, wasting time writing myself,

18
00:01:36,240 --> 00:01:38,220
uh, while you, while you watch the video.

19
00:01:38,220 --> 00:01:46,710
So you, you can do many things ChatGPT for is, as you know, the premium version of ChatGPT, in my

20
00:01:46,710 --> 00:01:48,810
opinion, is super worthy.

21
00:01:48,810 --> 00:01:56,370
The price is going to be a, uh, your personal assistant for programming, for artificial intelligence,

22
00:01:56,370 --> 00:01:58,590
and for many other operations.

23
00:01:58,590 --> 00:02:02,040
I use it on a daily basis almost every hour.

24
00:02:02,040 --> 00:02:06,030
Every hour I'm having a conversation with ChatGPT for.

25
00:02:06,030 --> 00:02:16,440
But things you can do, you can translate a text, you can a, uh, give a ChatGPT for a piece of code

26
00:02:16,440 --> 00:02:21,990
and ask ChatGPT for to explain the code, uh, step by step.

27
00:02:21,990 --> 00:02:27,780
Or you can go to one particular step, or you can tell, you know, explain again or explain in a more

28
00:02:27,780 --> 00:02:29,640
simple way, etc..

29
00:02:29,640 --> 00:02:29,850
Right.

30
00:02:29,850 --> 00:02:38,010
So very interesting way to understand a program or a part of a program that is difficult for you at

31
00:02:38,010 --> 00:02:39,480
the at the beginning.

32
00:02:39,480 --> 00:02:39,990
Right.

33
00:02:40,140 --> 00:02:48,180
Other thing you can do, you can give a ChatGPT for code that is giving you an error in this case,

34
00:02:48,180 --> 00:02:51,090
for example, this is a very simple code.

35
00:02:51,090 --> 00:02:56,550
I just introduce here the this letter in order to break this code.

36
00:02:56,550 --> 00:02:58,920
So instead of saying if b.

37
00:02:59,870 --> 00:03:03,260
Is greater than a then print, blah blah blah.

38
00:03:03,290 --> 00:03:05,210
But I have included here this.

39
00:03:05,210 --> 00:03:11,630
Oh, so this is for a or is it doesn't exist in in Python.

40
00:03:11,630 --> 00:03:13,700
So it's going to break the program.

41
00:03:14,000 --> 00:03:19,970
So supposedly I have a an error message and I don't know how to solve this.

42
00:03:19,970 --> 00:03:25,400
So I come here to chat GPT four and say please review and correct the following code.

43
00:03:25,400 --> 00:03:29,930
I give you the code and as you see ChatGPT immediately identify.

44
00:03:29,930 --> 00:03:34,640
There is a syntax error here and you have to solve the the the code.

45
00:03:34,640 --> 00:03:37,280
This way you can also copy the code etc..

46
00:03:37,280 --> 00:03:37,850
Right?

47
00:03:37,850 --> 00:03:46,520
So another thing you can do with ChatGPT is to is to create a code.

48
00:03:46,520 --> 00:03:46,970
Right.

49
00:03:46,970 --> 00:03:50,330
So in this case it is not completed.

50
00:03:50,330 --> 00:03:55,820
But we can say create a simple program with Python to say good morning to me every day.

51
00:03:55,820 --> 00:03:56,210
Right.

52
00:03:56,210 --> 00:04:04,400
So immediately as you see ChatGPT starts working and writes the Python program for me, okay.

53
00:04:04,400 --> 00:04:05,900
And explains the program.

54
00:04:05,900 --> 00:04:06,800
La la la la la la.

55
00:04:06,830 --> 00:04:07,160
Right.

56
00:04:07,160 --> 00:04:15,770
So as you can see, ChatGPT is a very, uh, good tool to, uh, create small pieces of programs.

57
00:04:15,770 --> 00:04:18,589
It can be much bigger than this piece, right?

58
00:04:18,589 --> 00:04:24,110
Remember that the problem with ChatGPT is the context window and this limitation.

59
00:04:24,110 --> 00:04:33,770
But right now the context window is enough to create a relevant, uh, pieces of code much bigger than

60
00:04:33,770 --> 00:04:35,360
this, this example here.

61
00:04:35,360 --> 00:04:44,150
And you can also, uh, uh, use ChatGPT for things like, for example, explain what are virtual environments

62
00:04:44,150 --> 00:04:49,250
in Python and how to create one with pi m, the tool we are going to use.

63
00:04:49,250 --> 00:04:52,640
So we are going to see this in the next lesson.

64
00:04:52,640 --> 00:05:01,100
But you could use ChatGPT to, to, to learn uh, yourself uh, before going to the to the previous

65
00:05:01,100 --> 00:05:01,490
lesson.

66
00:05:01,490 --> 00:05:01,790
Right.

67
00:05:01,790 --> 00:05:09,320
So you will see the, the sky is the limit with ChatGPT for and especially for artificial engineers,

68
00:05:09,320 --> 00:05:17,300
artificial intelligence engineers like ourselves, the level of help and assistance you are going to

69
00:05:17,300 --> 00:05:20,180
to get from ChatGPT for is amazing.

70
00:05:20,180 --> 00:05:25,610
So once you start using it, you you you will not stop.

71
00:05:25,610 --> 00:05:36,020
So, uh, if you are starting in artificial intelligence, welcome to your next, uh, personal assistant.

72
00:05:36,710 --> 00:05:44,600
And if you are a software engineer or an artificial intelligence engineer and you are still not familiar

73
00:05:44,600 --> 00:05:52,130
or still not using ChatGPT for, I, uh, encourage you to do so because it's going to become your your

74
00:05:52,130 --> 00:05:52,910
best friend.

