1 00:00:00,000 --> 00:00:03,780 Here is how I suggest you to follow the course so 2 00:00:03,780 --> 00:00:06,750 you can get the most out of it, to be able to 3 00:00:06,750 --> 00:00:10,140 program with Python on your own. So the course is 4 00:00:10,140 --> 00:00:14,160 divided into four levels, plus one bonus section 5 00:00:14,220 --> 00:00:17,640 on object oriented programming. For each Python 6 00:00:17,640 --> 00:00:21,240 level, you will get a set of hands on lessons, and 7 00:00:21,240 --> 00:00:24,540 then some exercises to practice on what you have 8 00:00:24,540 --> 00:00:27,810 just seen. And to get the most out of the first 9 00:00:27,840 --> 00:00:31,230 four Python levels, for each level, do the 10 00:00:31,230 --> 00:00:34,530 following. First, watch the complete section 11 00:00:34,530 --> 00:00:38,340 without stopping until you reach the exercises, 12 00:00:38,640 --> 00:00:41,010 then come back to the beginning of the session, 13 00:00:41,190 --> 00:00:45,420 and re-watch the lessons one by one using the pause 14 00:00:45,450 --> 00:00:48,720 and rewind buttons so you can better understand, 15 00:00:49,350 --> 00:00:52,920 and after that, do the exercises. Make sure to 16 00:00:52,920 --> 00:00:55,860 take enough time to walk by yourself before you 17 00:00:55,860 --> 00:00:59,460 watch the solution. And some other general tips 18 00:00:59,460 --> 00:01:02,580 for the whole course. Well first watch in the 19 00:01:02,580 --> 00:01:05,820 order. Don't skip any lesson because each lesson 20 00:01:05,850 --> 00:01:09,600 is built on top of what you have seen before. And 21 00:01:09,600 --> 00:01:12,660 don't hesitate to experiment on your own outside 22 00:01:12,660 --> 00:01:15,450 of the scope of the course. The more curious use you are, 23 00:01:15,960 --> 00:01:18,600 the more you practice, the faster you will 24 00:01:18,600 --> 00:01:23,733 progress. Alright, now enough talking and let's install Python.