1 00:00:00,000 --> 00:00:02,190 All right, before we get started, let's talk about where 2 00:00:02,200 --> 00:00:06,910 you can find this code. So you can download all of the Jupyter 3 00:00:06,920 --> 00:00:10,440 Notebooks from the 'Resource' files on this platform. 4 00:00:10,660 --> 00:00:13,540 Now, if you happen to be taking this course on a platform 5 00:00:13,550 --> 00:00:16,210 that doesn't have the 'Resource' files, you can always go to 6 00:00:16,219 --> 00:00:17,260 'github.com', 7 00:00:17,290 --> 00:00:20,780 and if you look up in the URL here, you'll be able to find 8 00:00:20,790 --> 00:00:22,580 exactly where all these files are. 9 00:00:22,860 --> 00:00:26,430 All the code for all the lessons, if there is any code is 10 00:00:26,430 --> 00:00:28,680 all available here on GitHub for free. 11 00:00:28,770 --> 00:00:32,320 You can also download it by either running Git Clone, 12 00:00:32,500 --> 00:00:34,810 or you can download all the files in a big zip, 13 00:00:34,810 --> 00:00:39,600 and then once you have it downloaded or cloned, you can either 14 00:00:39,600 --> 00:00:42,000 extract the files. If you ended up downloading zip, you'll need to 15 00:00:42,000 --> 00:00:45,900 extract the files, or you'll need to 'cd' into your new Git Project, the 16 00:00:45,980 --> 00:00:47,140 one that you just cloned down. 17 00:00:47,200 --> 00:00:51,200 You'll need to 'cd' into it with your Terminal, or your command line program, 18 00:00:51,220 --> 00:00:54,430 and then you could run, for example, a Python file with 'python 19 00:00:54,640 --> 00:00:56,560 'MyProgram.py'. 20 00:00:56,570 --> 00:00:59,980 Or if it's a Jupyter Notebook file you can open it in your 21 00:00:59,990 --> 00:01:05,370 Jupyter Notebook as long as it ends in '.ipynb' 22 00:01:05,379 --> 00:01:08,430 Last but not least you can also view all the interactive Python, 23 00:01:08,430 --> 00:01:11,500 the Jupyter Notebook files here on GitHub as well. 24 00:01:11,500 --> 00:01:13,500 You can just click into one of these, and GitHub will show you 25 00:01:13,600 --> 00:01:16,170 probably something very similar to what you'll see in the 26 00:01:16,170 --> 00:01:19,300 videos. So there are several places that you can download the code. 27 00:01:19,360 --> 00:01:22,290 I would highly recommend downloading the code and just taking 28 00:01:22,300 --> 00:01:24,870 a look at what I've written, and feel free to break stuff. 29 00:01:24,880 --> 00:01:27,990 And honestly, if you break something, or you can't undo something, 30 00:01:28,000 --> 00:01:30,060 you can always just redownload the code. 31 00:01:30,060 --> 00:01:31,200 And that's okay. 32 00:01:32,200 --> 00:01:34,600 Once you have the code on your computer, let's head on over 33 00:01:34,600 --> 00:01:36,600 to that next lesson.