1 00:00:00,690 --> 00:00:02,940 OK, now it's time for that list. 2 00:00:03,330 --> 00:00:08,640 So just open your browser, go to list method's button. 3 00:00:09,750 --> 00:00:15,870 And here you can see that for the deputy three schools and actually this is a good reference and source 4 00:00:15,870 --> 00:00:21,720 for information, you can see that all the list or the array methods we have on. 5 00:00:22,800 --> 00:00:29,820 My own python, so you can see that we have a bent, we have clear, we have copy, count, extend, 6 00:00:29,820 --> 00:00:32,980 index, insert, pop, remove, reverse sort. 7 00:00:33,610 --> 00:00:35,940 OK, now one thing I want to mention here. 8 00:00:36,390 --> 00:00:43,230 Well, actually, it is not expected from you to memorize all of these, actually, because I'm telling 9 00:00:43,230 --> 00:00:47,880 you from my personal experience and as a real world experience. 10 00:00:48,790 --> 00:00:55,270 A real world scenario, you are not expected to memorize all this, what is expected from you is to 11 00:00:55,270 --> 00:01:01,810 know that in Python in the list or the arrays, there are methods and these are the methods and you 12 00:01:01,810 --> 00:01:03,610 know that there is something called a bin. 13 00:01:03,640 --> 00:01:10,140 So it is to add element to the end of the list or clear or copy or count or whatever. 14 00:01:10,420 --> 00:01:12,640 And actually, there is something cut short, by the way. 15 00:01:12,970 --> 00:01:13,270 Yeah. 16 00:01:13,810 --> 00:01:16,420 So you just go with it or you search about it. 17 00:01:16,570 --> 00:01:16,980 Yeah. 18 00:01:16,990 --> 00:01:17,830 How to do this. 19 00:01:18,230 --> 00:01:22,460 You don't need to ask on forums or blogs, but you know, you know where to go. 20 00:01:22,870 --> 00:01:28,960 Now I'm telling you and actually this is after all this is my personal opinion if you memorize it. 21 00:01:28,960 --> 00:01:29,230 Yeah. 22 00:01:29,230 --> 00:01:29,760 It's OK. 23 00:01:29,950 --> 00:01:31,720 It's actually it will save you some time. 24 00:01:31,730 --> 00:01:32,130 Yeah. 25 00:01:32,200 --> 00:01:34,360 Instead of searching about it and copy paste. 26 00:01:34,360 --> 00:01:40,270 No actually you can just type it but actually it's not that matter or it will save you that time. 27 00:01:40,270 --> 00:01:41,860 Actually it's no big deal actually. 28 00:01:42,370 --> 00:01:47,400 You will see that these small details is not important to memorize it actually. 29 00:01:47,410 --> 00:01:51,850 But what is important is to know how to search about it and how to find it. 30 00:01:52,150 --> 00:01:56,710 So for example, I want to say that I will go to that here to this example. 31 00:01:56,710 --> 00:02:02,890 And I can see that we have this cars for BMW, Volvo, whatever, and cars, which is the name of the 32 00:02:02,890 --> 00:02:03,190 list. 33 00:02:03,190 --> 00:02:04,690 And it's not as simple as that. 34 00:02:05,170 --> 00:02:12,860 So this will give you the cards sorted, sorted, I think, by alphabetically. 35 00:02:12,870 --> 00:02:18,550 So the first one will be the end because of the speed and then will be fourth, which is because this 36 00:02:18,550 --> 00:02:22,470 is A and B, which is because this is the capital. 37 00:02:22,600 --> 00:02:26,420 And of course the capital letter is different than the small letters and so on. 38 00:02:26,450 --> 00:02:29,400 OK, again, no big deal. 39 00:02:30,010 --> 00:02:34,320 You can read about it more, you can check it more, see more examples and so on. 40 00:02:34,370 --> 00:02:41,290 OK, but what is matter here in this lecture in discourse is to know that for the list there are methods 41 00:02:41,800 --> 00:02:48,640 built in methods and you can search about it and they are documented well on the web, either that official 42 00:02:48,640 --> 00:02:54,280 documentation or some good references and resources like the three schools, which is something I recommend 43 00:02:54,280 --> 00:02:55,510 you to to check. 44 00:02:55,690 --> 00:02:57,070 OK, thanks for watching. 45 00:02:57,250 --> 00:02:58,470 I will see you in the next lecture.