WEBVTT 1 00:00:01.000 --> 00:00:03.000 - [Instructor] There's a lot of virtual paperwork 2 00:00:03.000 --> 00:00:05.007 with this course to help guide you on your Python journey. 3 00:00:05.007 --> 00:00:07.004 Let me lay it out for you. 4 00:00:07.004 --> 00:00:09.009 First, we have the Python Reference Guide. 5 00:00:09.009 --> 00:00:12.000 If you get lost and need to look something up, 6 00:00:12.000 --> 00:00:14.006 I've created a document that contains a quick reference 7 00:00:14.006 --> 00:00:17.000 to just about every major data type, function, 8 00:00:17.000 --> 00:00:19.007 and operation that we cover in this course. 9 00:00:19.007 --> 00:00:21.008 Keep it open as you code, and you may find 10 00:00:21.008 --> 00:00:23.006 that it helps things go more smoothly 11 00:00:23.006 --> 00:00:26.009 as you get used to working with Python. 12 00:00:26.009 --> 00:00:28.009 Then we have the handout. 13 00:00:28.009 --> 00:00:31.000 This is a list of all my favorite resources 14 00:00:31.000 --> 00:00:32.006 for Python learning, with a focus 15 00:00:32.006 --> 00:00:34.007 on where to go after this course. 16 00:00:34.007 --> 00:00:37.005 You can find information about advanced Python topics 17 00:00:37.005 --> 00:00:41.002 as well as complimentary courses that focus on the basics. 18 00:00:41.002 --> 00:00:44.009 Finally, those exercise files that I mentioned previously. 19 00:00:44.009 --> 00:00:48.000 You can find them all on GitHub or in the Exercise folder, 20 00:00:48.000 --> 00:00:51.006 downloadable somewhere on your screen right now. 21 00:00:51.006 --> 00:00:54.006 Each exercise file or directory corresponds to the chapter 22 00:00:54.006 --> 00:00:58.007 and section number, so 02_01 is the code we wrote 23 00:00:58.007 --> 00:01:01.002 during chapter two, video one. 24 00:01:01.002 --> 00:01:03.003 And if you need a bit of help finding your way, 25 00:01:03.003 --> 00:01:06.006 those instructions are also on the GitHub Read me. 26 00:01:06.006 --> 00:01:08.008 So that's it, the Python Reference Guide, 27 00:01:08.008 --> 00:01:11.003 the handout, and the exercise files. 28 00:01:11.003 --> 00:01:13.000 Now that the paperwork's out of the way, 29 00:01:13.000 --> 00:01:14.007 let's go gear up for Python.