1 00:00:00,000 --> 00:00:04,345 Here is how I suggest you to follow the course so you can get 2 00:00:04,357 --> 00:00:09,000 the most out of it to be able to program with Python on your own. 3 00:00:09,001 --> 00:00:12,378 So the course is divided into four levels plus 4 00:00:12,390 --> 00:00:16,000 one bonus section on object-oriented programming. 5 00:00:16,001 --> 00:00:20,867 For each Python level you will get a set of hands-on lessons 6 00:00:20,879 --> 00:00:26,000 and then some exercises to practice on what you have just seen. 7 00:00:26,001 --> 00:00:28,784 And to get the most out of the first four 8 00:00:28,796 --> 00:00:32,000 Python levels, for each level do the following. 9 00:00:32,001 --> 00:00:38,000 First watch the complete section without stopping until you reach the exercises. 10 00:00:38,001 --> 00:00:43,338 Then come back to the beginning of the section and re-watch the lessons 11 00:00:43,350 --> 00:00:49,000 one by one using the pause and rewind buttons so you can better understand. 12 00:00:49,001 --> 00:00:52,000 And after that do the exercises. 13 00:00:52,001 --> 00:00:57,000 Make sure to take enough time to work by yourself before you watch the solution. 14 00:00:57,001 --> 00:01:01,000 And some other general tips for the whole course. 15 00:01:01,001 --> 00:01:05,091 Well first watch in the other. Don't skip any lesson because 16 00:01:05,103 --> 00:01:09,000 each lesson is built on top of what you have seen before. 17 00:01:09,001 --> 00:01:14,000 And don't hesitate to experiment on your own outside of the scope of this course. 18 00:01:14,001 --> 00:01:19,000 The more curious you are, the more you practice, the faster you will progress. 19 00:01:19,001 --> 00:01:23,000 Alright, now enough talking and let's install Python.