1 00:00:00,000 --> 00:00:01,444 [No audio] 2 00:00:01,469 --> 00:00:03,779 Hello, and welcome to this new section 3 00:00:03,809 --> 00:00:05,609 of the course, and this is the very 4 00:00:05,609 --> 00:00:07,649 first lecture, where I'll give you a 5 00:00:07,649 --> 00:00:09,839 demonstration of what you're going to be 6 00:00:09,839 --> 00:00:13,049 building in this section. So this is one 7 00:00:13,049 --> 00:00:14,729 of those sections of the course, where 8 00:00:14,729 --> 00:00:16,769 you're going to build an application. 9 00:00:17,226 --> 00:00:20,159 And this particular application is a website 10 00:00:20,159 --> 00:00:22,349 with Python. So yeah, Python can build 11 00:00:22,349 --> 00:00:24,779 websites, just like other programming 12 00:00:24,779 --> 00:00:28,289 languages do. Of course, you need HTML 13 00:00:28,289 --> 00:00:30,359 and you may need CSS and JavaScript as 14 00:00:30,359 --> 00:00:33,809 well for the client side so to render 15 00:00:33,809 --> 00:00:35,939 the webpage on the browser, but on the 16 00:00:35,939 --> 00:00:38,429 backend, you use Python, just like you 17 00:00:38,429 --> 00:00:40,739 do with PHP, and other programming 18 00:00:40,739 --> 00:00:42,809 languages. And yeah the website that 19 00:00:42,809 --> 00:00:45,149 you're going to build is this one here 20 00:00:45,179 --> 00:00:47,609 that you see. I mean, it's quite empty. 21 00:00:47,609 --> 00:00:49,079 For now, it doesn't have any content, 22 00:00:49,079 --> 00:00:51,749 but you can fill it with content, and 23 00:00:51,749 --> 00:00:54,689 use it as a showcase for your work as a 24 00:00:54,689 --> 00:00:57,329 portfolio or anything. So once you reach 25 00:00:57,329 --> 00:00:59,702 this point, you can improve it with easy. 26 00:01:00,059 --> 00:01:01,949 Also know that this website is now 27 00:01:01,949 --> 00:01:05,249 live. So I'll teach you how to deploy a 28 00:01:05,249 --> 00:01:08,219 website on a Live Server so that 29 00:01:08,369 --> 00:01:10,319 everyone can browse, can visit your 30 00:01:10,319 --> 00:01:13,679 website. So it's a complete tutorial to 31 00:01:13,679 --> 00:01:15,899 build a website from scratch, and make 32 00:01:15,899 --> 00:01:19,409 it work online. Now, this is a static 33 00:01:19,409 --> 00:01:21,569 website. And but later in the course, we 34 00:01:21,569 --> 00:01:23,399 have other applications where you'll 35 00:01:23,399 --> 00:01:26,434 be building more dynamic websites with the 36 00:01:26,459 --> 00:01:29,579 database on the backend, and also some 37 00:01:29,579 --> 00:01:31,829 dynamic features. But this is a great 38 00:01:31,859 --> 00:01:34,469 point to start. I hope you enjoy this 39 00:01:34,469 --> 00:01:36,809 section. And yeah, I'll talk to you in the next lecture. 40 00:01:36,833 --> 00:01:39,233 [No audio]