Coding a Chatroom Server With Python | Tech With Tim SuperUser Pt 1/2

preview_player
Показать описание
In this two part tutorial, @TechWithTim takes you through coding a chat app using Python from scratch. By the end of this series, you'll be able to create and host a live chat room where users can interact with each other using a Python socket server.

Chapters:
0:00 - Intro
0:53 - Setting up your project
25:30 - Testing Client and Server Connection
28:54 - Outro

#Linode #TechWithTim #Python
Product: Linode, Python, Chat App; Tech With Tim;
Рекомендации по теме
Комментарии
Автор

threading is such a life saver bro! thank you for this!

gasfeesofficial
Автор

really nice tutorial I really apreciate it, continue your video I love it ! (sorry for my bad english, im french)

userlex
Автор

The connection reset error at the end is caused by the client not receiving the message sent by the server(there is no code on the client side to handle that). The server therefore thinks the communication is not complete.

Elucidatorium
Автор

Great. Look forward for more epic tutorials :)

codedecode
Автор

I tried to run it and got an error. I then fixed the error and got more errors about the connection not being able to restart so I rebooted my computer. Then it gives me an error saying that the connection run on the host computer was interrupted. What should I do?

emeraldthunder
Автор

Tim if I use linux distro in vmware. Can i still use as you used in linode?

siamahmed
Автор

what is the sendall function doing here

kspv
Автор

next you should do a python GTK interface, would looks neat!

Krafting
Автор

thanks.. you just saved me from failling a project

anoproblem
Автор

Just sub recently. Quick question here, will you cover "django channels" in future video?

THOTHO-ielz