1 00:00:00,000 --> 00:00:03,990 Here is how to install Python on MAC OS. So the 2 00:00:04,019 --> 00:00:06,210 thing is that right now I don't have a MAC 3 00:00:06,210 --> 00:00:09,390 computer available. So I can't show you the hands 4 00:00:09,390 --> 00:00:12,180 on instructions for the specific installation. 5 00:00:12,300 --> 00:00:15,030 However, don't worry, because I'm going to explain 6 00:00:15,060 --> 00:00:17,820 everything in detail. And then you won't have any 7 00:00:17,820 --> 00:00:20,430 problem following the course. Because once you 8 00:00:20,430 --> 00:00:23,280 have installed Python successfully, the course is 9 00:00:23,310 --> 00:00:26,550 exactly the same whether you use Windows, Linux, 10 00:00:26,610 --> 00:00:29,910 or MAC OS, and actually Linux and MAC OS are very 11 00:00:29,940 --> 00:00:32,549 similar. So the first thing you do is you go on 12 00:00:32,549 --> 00:00:36,690 python.org/downloads. Here, you should have 13 00:00:36,690 --> 00:00:40,020 download the latest version for MAC OS, okay, it's 14 00:00:40,020 --> 00:00:42,360 going to detect automatically your operating 15 00:00:42,360 --> 00:00:46,020 system. If not, you can just go here looking for 16 00:00:46,020 --> 00:00:49,050 Python with a different OS, you just click on MAC 17 00:00:49,050 --> 00:00:53,280 OS, okay, latest version, and you can go down and 18 00:00:53,280 --> 00:00:57,090 then install. So you have the MAC OS installed. 19 00:00:57,180 --> 00:01:01,980 Okay, so I'm going to go back here. So you simply 20 00:01:02,010 --> 00:01:05,550 click on that Download button to download the 21 00:01:05,550 --> 00:01:08,910 Python 3 version. So whatever version, it 22 00:01:08,910 --> 00:01:11,670 doesn't really matter. The only important thing is 23 00:01:11,670 --> 00:01:14,220 that you have Python 3, okay for this course 24 00:01:14,250 --> 00:01:17,460 is going to be fine. So download the latest 25 00:01:17,460 --> 00:01:21,420 version of Python 3 from python.org. You may 26 00:01:21,420 --> 00:01:25,020 have to click on allow if you get a pop up asking 27 00:01:25,020 --> 00:01:28,170 you if you allow downloads from python.org. So 28 00:01:28,170 --> 00:01:32,040 click on allow. Then find the installer on your 29 00:01:32,040 --> 00:01:36,150 Downloads folder and double click on it, you will 30 00:01:36,150 --> 00:01:39,090 have several steps for the installation. Just 31 00:01:39,090 --> 00:01:43,260 click on Continue, Agree, Install etc. For each 32 00:01:43,290 --> 00:01:46,980 step, you may also have to provide your password 33 00:01:47,040 --> 00:01:50,340 to continue. Once the installation is done. Maybe 34 00:01:50,340 --> 00:01:53,280 you will be asked to remove the Python installed, 35 00:01:53,730 --> 00:01:55,680 you can remove it because you don't need it 36 00:01:55,710 --> 00:01:58,770 anymore. And this just doesn't really matter for 37 00:01:59,070 --> 00:02:01,680 Python at all. Okay, so just remove it if you want 38 00:02:01,680 --> 00:02:05,340 to, then open a terminal. So you can go on your 39 00:02:05,370 --> 00:02:09,509 Applications, Utilities, and Terminal. In the 40 00:02:09,509 --> 00:02:13,380 Terminal, you type python3, and then press 41 00:02:13,440 --> 00:02:17,160 enter. You should see the Python version you have 42 00:02:17,490 --> 00:02:20,850 and then three angle brackets where you can write 43 00:02:20,850 --> 00:02:23,820 some text. You can just go and type hello with 44 00:02:23,910 --> 00:02:27,000 quotes like these double quotes and then press 45 00:02:27,030 --> 00:02:30,840 enter. You should see hello printed below. If you 46 00:02:30,840 --> 00:02:34,110 have this, then you're ready for the following and 47 00:02:34,110 --> 00:02:37,098 you can go to the level one of the course.