1 00:00:00,090 --> 00:00:00,840 In this video. 2 00:00:00,840 --> 00:00:04,890 I want to quickly talk about how you can get the code that I show you in the course. 3 00:00:04,890 --> 00:00:06,210 So there's hundreds of videos. 4 00:00:06,210 --> 00:00:09,750 They all have their own code associated with them or a lot of them do. 5 00:00:10,050 --> 00:00:15,570 And in the past, what I would do and what I do for my other courses is have you download a file attached 6 00:00:15,570 --> 00:00:16,560 to every video. 7 00:00:16,650 --> 00:00:23,760 So if I'm showing you how to use, I don't know, limit or how to use like, then there would be a file 8 00:00:23,760 --> 00:00:27,480 you would click to download with my code and then you would open that up on your machine. 9 00:00:27,480 --> 00:00:29,880 And that works well for some courses. 10 00:00:29,880 --> 00:00:35,850 But this course has so much syntax, so much code that I show in every single video that you would have 11 00:00:35,850 --> 00:00:41,280 to download hundreds of files individually or download one massive zip file and have to double check 12 00:00:41,280 --> 00:00:42,840 and cross-check each file. 13 00:00:42,840 --> 00:00:49,560 So instead, what we've settled on over the years is a bunch of text lectures which has its own drawback. 14 00:00:49,620 --> 00:00:51,900 It makes the course look way larger than it is. 15 00:00:51,900 --> 00:00:57,150 It blocks every section basically to be twice as many lectures as it actually is. 16 00:00:57,630 --> 00:01:03,510 So after every video that has code like this one is on using distinct right afterwards you'll see a 17 00:01:03,510 --> 00:01:10,080 text lecture that says code in it, and that one includes the code from the previous lecture where we 18 00:01:10,080 --> 00:01:11,340 talked about distinct. 19 00:01:11,340 --> 00:01:14,070 And some of these are long, some a lot of them are short. 20 00:01:14,190 --> 00:01:18,180 But at the end of the day, there's almost one for every single video. 21 00:01:18,180 --> 00:01:21,090 It's 90% of videos have code following them. 22 00:01:21,090 --> 00:01:23,340 So keep that in mind as you're going through the course. 23 00:01:23,340 --> 00:01:28,500 If you look at a section like this and it's deflating because it's so long, I totally understand. 24 00:01:28,500 --> 00:01:30,480 It looks way worse than it is. 25 00:01:31,170 --> 00:01:34,860 It's half as many lectures as you see here, at least half as many videos. 26 00:01:34,860 --> 00:01:36,600 The rest is just a bunch of code. 27 00:01:36,810 --> 00:01:39,150 Okay, so that's how you can find the code. 28 00:01:39,150 --> 00:01:39,900 Let's get started.