1
00:00:00,160 --> 00:00:06,320
So in this video, you're going to learn how to build and deploy a chat application by using Python

2
00:00:06,320 --> 00:00:08,160
and a little bit of JavaScript.

3
00:00:08,200 --> 00:00:10,640
This is going to be a group chat application.

4
00:00:10,640 --> 00:00:15,360
And when someone sends a message, everyone will be notified in real time.

5
00:00:15,360 --> 00:00:21,320
And also when someone joins leaves or updates their name, everyone will be notified.

6
00:00:21,360 --> 00:00:27,240
In this tutorial, you're going to learn how to initialize Socket.io to build real time applications.

7
00:00:27,280 --> 00:00:32,760
You'll also learn the best practices in Python, such as creating a virtual environment.

8
00:00:32,760 --> 00:00:37,480
And most importantly, at the end of this tutorial, you're going to learn how to deploy your applications

9
00:00:37,480 --> 00:00:41,280
for free so that you can share it with anybody and everybody.

10
00:00:41,280 --> 00:00:43,240
So if you're ready, let's get into it.

