1
00:00:00,240 --> 00:00:02,100
Hey guys, welcome today.

2
00:00:02,130 --> 00:00:05,700
55 of a hundred days of code today.

3
00:00:05,760 --> 00:00:10,020
We've got yet another jam packed day for you because we're going to be diving

4
00:00:10,020 --> 00:00:13,820
right deeper into web development with flask. And along the way,

5
00:00:13,850 --> 00:00:16,460
we're going to be learning some new concepts as well,

6
00:00:17,000 --> 00:00:22,000
including how to render HTML on your website that you serve up using flask.

7
00:00:24,020 --> 00:00:25,130
And in addition,

8
00:00:25,130 --> 00:00:30,130
how to get hold of and pass the URL that the user typed in finally,

9
00:00:31,010 --> 00:00:33,980
right? It also going to be looking into advanced decorators,

10
00:00:34,010 --> 00:00:39,010
so decorators where we can pass in inputs as positional and keyword arguments.

11
00:00:39,770 --> 00:00:42,080
And we're going to be doing some exercises around that.

12
00:00:42,680 --> 00:00:47,540
But what all of this knowledge is going to culminate into is a guest,

13
00:00:47,540 --> 00:00:51,650
the number of web, right? All right. When we go to the, a home route,

14
00:00:51,650 --> 00:00:53,990
so just a single slash afterwards,

15
00:00:54,260 --> 00:00:57,080
it asks us to guess a number between zero and nine.

16
00:00:57,560 --> 00:01:02,420
And then if we type in eight guests into the path, let's say,

17
00:01:02,420 --> 00:01:07,010
we decide to guess the number three, it tells us to low try again.

18
00:01:07,460 --> 00:01:11,510
So this is HTML with styling with an H one,

19
00:01:11,690 --> 00:01:14,690
as well as a gift being rendered. Now,

20
00:01:14,720 --> 00:01:19,370
what if we try too high or, you know, a gift? And then finally,

21
00:01:19,370 --> 00:01:22,070
if we land onto the correct number,

22
00:01:22,520 --> 00:01:26,450
then we get a scene that tells us we found the correct number.

23
00:01:27,170 --> 00:01:28,580
So that's the goal.

24
00:01:28,730 --> 00:01:32,150
Once you already heard of it to the next lesson and let's get started.

