1 00:00:00,810 --> 00:00:01,300 All right. 2 00:00:01,350 --> 00:00:07,950 Oh, man, we've been talking for a long time, how can we finally run Python code? 3 00:00:08,160 --> 00:00:09,480 I want to start coding, right. 4 00:00:09,810 --> 00:00:12,480 Let's download this translation service. 5 00:00:12,480 --> 00:00:12,690 Right. 6 00:00:12,840 --> 00:00:15,030 Well, I'm sorry. 7 00:00:15,390 --> 00:00:19,380 Actually, this is something we're going to do later on in the course. 8 00:00:19,380 --> 00:00:23,970 And I know what you're thinking, WITF, but what is this kindergarten? 9 00:00:24,420 --> 00:00:25,550 I mean, come on. 10 00:00:25,560 --> 00:00:29,670 I came here to learn Python, start teaching me Python and I know. 11 00:00:29,670 --> 00:00:30,120 I know. 12 00:00:30,480 --> 00:00:35,280 And don't worry, in this course, we're going to get you to have a professional set up with Python 13 00:00:35,670 --> 00:00:40,470 so that when you go into the workforce, you are doing what you're supposed to be doing. 14 00:00:41,280 --> 00:00:44,580 We're going to learn how to have all of these set up. 15 00:00:45,590 --> 00:00:52,760 First, we're going to have our terminal or command line where we can run Python from right in what 16 00:00:52,760 --> 00:00:59,360 we call a Reppel, and then we're also going to use code editors like Sublime Text and Visual Studio 17 00:00:59,360 --> 00:00:59,700 Code. 18 00:01:00,140 --> 00:01:06,470 We're also going to use I.D. or integrated developer environments like PI, Charm and Spider. 19 00:01:06,890 --> 00:01:10,010 And we're also going to use Jupiter notebooks. 20 00:01:10,400 --> 00:01:16,340 And I'm going to show you how to set up all of these on your computer, what the pros and cons of using 21 00:01:16,340 --> 00:01:22,850 each are and how some of them might be used for machine learning while others might be used for writing 22 00:01:22,850 --> 00:01:23,750 quick scripts. 23 00:01:24,140 --> 00:01:31,430 And I know this is a lot, but it's good to have these skills depending on what type of job you want. 24 00:01:31,820 --> 00:01:36,410 And if you are a professional python developer, well, you should be using most of these. 25 00:01:36,620 --> 00:01:38,060 But there's a problem. 26 00:01:38,060 --> 00:01:45,140 If I start introducing this in the course right away, you see these tools you have to install differently 27 00:01:45,140 --> 00:01:46,980 based on what computer you have. 28 00:01:47,390 --> 00:01:53,960 So if you're using a Mac, a Windows, a Linux, maybe you're using a mobile phone because we want to 29 00:01:53,960 --> 00:01:59,300 get started right away and write some code instead of worrying about installations and making sure that 30 00:01:59,300 --> 00:02:01,190 your computer is all set up. 31 00:02:01,490 --> 00:02:06,270 I want to make sure that all of us can get started right away, no matter what device you're on. 32 00:02:06,660 --> 00:02:12,890 Now, if you're really, really keen, head on over to the section where I show you how to install all 33 00:02:12,890 --> 00:02:15,160 these on all of your devices. 34 00:02:15,620 --> 00:02:19,430 So there you have it set up and you can come back to this section. 35 00:02:20,360 --> 00:02:27,350 But I warn you, it's easy to run into problems and get confused when installing these tools, so I 36 00:02:27,350 --> 00:02:32,920 recommend sticking with what I'm about to show you and I promise we will get you this professional setup. 37 00:02:33,080 --> 00:02:35,660 No other course is going to teach you all these things. 38 00:02:35,840 --> 00:02:42,110 But before I dive into this, we need to learn well, we need to be able to just have fun and write 39 00:02:42,110 --> 00:02:42,580 some code. 40 00:02:43,070 --> 00:02:47,870 So what is this trick that I keep mentioning where we don't have to install any of these and still run 41 00:02:47,870 --> 00:02:48,300 Python? 42 00:02:48,800 --> 00:02:50,060 It's called Reppel. 43 00:02:50,630 --> 00:02:57,230 You see, instead of us having to download this, we can go to Reppel, dot it. 44 00:02:58,500 --> 00:03:06,450 And when you go here, you'll get a login screen now I recommend create an account on here because trust 45 00:03:06,450 --> 00:03:08,800 me, it's going to be very, very useful. 46 00:03:08,820 --> 00:03:13,770 It's one of my favorite tools and it allows you to save Python files. 47 00:03:13,770 --> 00:03:21,300 Just online, for example, once you log in and create an account, you can just create a new Reppel, 48 00:03:21,840 --> 00:03:23,880 choose the language that you want to use. 49 00:03:23,880 --> 00:03:26,130 In our case, we want to choose Python. 50 00:03:27,250 --> 00:03:32,610 We can name our people, so we can just call it hey, hey. 51 00:03:33,810 --> 00:03:38,140 And we can just create a ripple and check it out right away. 52 00:03:38,760 --> 00:03:46,830 We have without ever downloading this Python translation service, we can actually start writing Python. 53 00:03:47,830 --> 00:03:54,400 Right here in our browsers, and this is going to work for anybody that has an Internet connection and 54 00:03:54,400 --> 00:03:59,460 a browser, because this interpretor just runs automatically here. 55 00:04:00,100 --> 00:04:06,250 And the beauty with Reppel is that, well, you can save these files so you can have different folders. 56 00:04:06,250 --> 00:04:14,230 So as we work through the course, you can actually have a folder for all your python work and just 57 00:04:14,230 --> 00:04:19,360 have a really nice to organize file structure that you can access anywhere you have Internet connection. 58 00:04:20,110 --> 00:04:24,150 Now, if you don't want to sign up for Reppel, that it it's completely free. 59 00:04:24,580 --> 00:04:31,270 You can also use this open source, Glute Daddio, which again, you go to Python and you're able to 60 00:04:31,270 --> 00:04:33,430 run Python online. 61 00:04:34,060 --> 00:04:42,490 So take your time, sign up for it and let's get started with our first Python program. 62 00:04:42,520 --> 00:04:43,600 I'm finally getting there. 63 00:04:43,600 --> 00:04:47,740 And the next video, we're going to write our first piece of code. 64 00:04:48,220 --> 00:04:49,030 No more waiting. 65 00:04:49,270 --> 00:04:50,110 It's coding time. 66 00:04:50,290 --> 00:04:52,750 So I'll see you in the next video, Pabai.