1
00:00:04,210 --> 00:00:10,330
We have just successfully launched our tiny Python application using a python container and terrorist

2
00:00:10,330 --> 00:00:12,380
command that was used for that Docker.

3
00:00:12,380 --> 00:00:19,510
It means that we run command from our client run we around specific container that I and the options

4
00:00:19,500 --> 00:00:24,610
are tailored that we open interactive session with salad to tie it to specific brought this inside of

5
00:00:24,610 --> 00:00:25,460
the container.

6
00:00:25,570 --> 00:00:32,770
And despite the three brought us next week map volume here we use debatable and here inside of the container

7
00:00:32,950 --> 00:00:39,920
we have specified that we want to map but this volume 2 up folder inside of the container also will

8
00:00:39,920 --> 00:00:43,560
specify it walk in directory inside of the container.

9
00:00:43,600 --> 00:00:45,990
Next here was image name.

10
00:00:46,000 --> 00:00:50,790
And finally we have overridden default command default command is Python 3.

11
00:00:51,160 --> 00:00:58,440
And we have told in this command that we want to execute this file using Python 3 instead.

12
00:00:58,720 --> 00:01:01,760
And we have got a result and now is challenge time

13
00:01:06,180 --> 00:01:08,990
it doesn't matter actually where's our you know Python or not.

14
00:01:09,000 --> 00:01:13,030
This challenge is very simple and you will be able to accomplish it for sure.

15
00:01:13,030 --> 00:01:19,290
Just do summary storage and afterwards create custom application name of this application is calendar

16
00:01:19,680 --> 00:01:26,080
and you need to create the new file inside of the Python folder with the name calendar up don't be y

17
00:01:26,490 --> 00:01:33,780
and you will run this calendar up the UI file using Python 3 interpreter same as we did that was Hello

18
00:01:33,780 --> 00:01:40,630
rolled by a file it means that if I click terminal you will need to execute this file like so instead

19
00:01:40,630 --> 00:01:48,950
the killer world will be a calendar this up and if you'll run this file you will see full and prompt.

20
00:01:48,960 --> 00:01:51,180
Welcome to the calendar obligation.

21
00:01:51,180 --> 00:01:53,850
And next you'll see prompt please enter any.

22
00:01:54,000 --> 00:01:58,260
Let me enter for example 2000 225 like so.

23
00:01:58,260 --> 00:02:01,470
Next please enter any month number for 1 deal.

24
00:02:01,470 --> 00:02:03,570
Well let's enter 10.

25
00:02:04,170 --> 00:02:09,740
And after getting those two numbers from input 2025 it is a year and then is a month number.

26
00:02:10,080 --> 00:02:15,840
This program will bring the site you month view it is October 2025.

27
00:02:15,840 --> 00:02:18,160
In my case and afterwards it will print.

28
00:02:18,210 --> 00:02:24,030
Have a nice day and terminate brought us and of course afterwords if I list the containers that are

29
00:02:24,030 --> 00:02:31,030
currently run I will see empty output because of this container did its job and it was terminated.

30
00:02:31,320 --> 00:02:36,840
Small hint for this tiny program you will need to use the calendar module that is actually built into

31
00:02:36,840 --> 00:02:37,990
the python module.

32
00:02:38,010 --> 00:02:38,810
I wish you good luck.

33
00:02:38,880 --> 00:02:41,240
And next I'll give you a solution to this challenge.

34
00:02:41,250 --> 00:02:41,840
See you next.

35
00:02:41,850 --> 00:02:42,240
Bye bye.

